Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c100 bt_bdaddr_t btif_local_bd_addr; variable
481 memset(&btif_local_bd_addr, 0, sizeof(bt_bdaddr_t)); in btif_init_bluetooth()
482 btif_fetch_local_bdaddr(&btif_local_bd_addr); in btif_init_bluetooth()
564 if (bdcmp(btif_local_bd_addr.address,local_bd)) in btif_enable_bluetooth_evt()
577 btif_local_bd_addr.address[0], btif_local_bd_addr.address[1], in btif_enable_bluetooth_evt()
578 btif_local_bd_addr.address[2], btif_local_bd_addr.address[3], in btif_enable_bluetooth_evt()
579 btif_local_bd_addr.address[4], btif_local_bd_addr.address[5]); in btif_enable_bluetooth_evt()
585 bdcpy(btif_local_bd_addr.address, local_bd); in btif_enable_bluetooth_evt()
588 bd2str(&btif_local_bd_addr, &buf); in btif_enable_bluetooth_evt()
593 memcpy(buf, &btif_local_bd_addr, sizeof(bt_bdaddr_t)); in btif_enable_bluetooth_evt()
Dbtif_storage.c166 extern bt_bdaddr_t btif_local_bd_addr;
598 memcpy(bd_addr, &btif_local_bd_addr, sizeof(bt_bdaddr_t)); in btif_storage_get_adapter_property()
/external/bluetooth/bluedroid/main/
Dbte_main.c109 extern bt_bdaddr_t btif_local_bd_addr;
275 int result = bt_hc_if->init(&hc_callbacks, btif_local_bd_addr.address); in bte_hci_enable()