Home
last modified time | relevance | path

Searched refs:btif_local_bd_addr (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c99 bt_bdaddr_t btif_local_bd_addr; variable
459 memset(&btif_local_bd_addr, 0, sizeof(bt_bdaddr_t)); in btif_init_bluetooth()
460 btif_fetch_local_bdaddr(&btif_local_bd_addr); in btif_init_bluetooth()
516 bte_main_enable(btif_local_bd_addr.address); in btif_enable_bluetooth()
542 if (bdcmp(btif_local_bd_addr.address,local_bd)) in btif_enable_bluetooth_evt()
555 btif_local_bd_addr.address[0], btif_local_bd_addr.address[1], in btif_enable_bluetooth_evt()
556 btif_local_bd_addr.address[2], btif_local_bd_addr.address[3], in btif_enable_bluetooth_evt()
557 btif_local_bd_addr.address[4], btif_local_bd_addr.address[5]); in btif_enable_bluetooth_evt()
563 bdcpy(btif_local_bd_addr.address, local_bd); in btif_enable_bluetooth_evt()
566 bd2str(&btif_local_bd_addr, &buf); in btif_enable_bluetooth_evt()
[all …]
Dbtif_storage.c161 extern bt_bdaddr_t btif_local_bd_addr;
508 memcpy(bd_addr, &btif_local_bd_addr, sizeof(bt_bdaddr_t)); in btif_storage_get_adapter_property()