Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.c112 bt_bdaddr_t btif_local_bd_addr; variable
434 memset(&btif_local_bd_addr, 0, sizeof(bt_bdaddr_t)); in btif_init_bluetooth()
435 btif_fetch_local_bdaddr(&btif_local_bd_addr); in btif_init_bluetooth()
475 if (bdcmp(btif_local_bd_addr.address, controller->get_address()->address)) in btif_enable_bluetooth_evt()
482 bdaddr_to_string(&btif_local_bd_addr, old_address, sizeof(old_address)); in btif_enable_bluetooth_evt()
495 btif_local_bd_addr = *controller->get_address(); in btif_enable_bluetooth_evt()
503 prop.val = (void*)&btif_local_bd_addr; in btif_enable_bluetooth_evt()
Dbtif_storage.c154 extern bt_bdaddr_t btif_local_bd_addr;
587 memcpy(bd_addr, &btif_local_bd_addr, sizeof(bt_bdaddr_t)); in btif_storage_get_adapter_property()
/system/bt/hci/src/
Dhci_layer.c49 bt_bdaddr_t btif_local_bd_addr; variable
244 vendor->open(btif_local_bd_addr.address, &interface); in start_up()