Searched refs:btif_local_bd_addr (Results 1 – 3 of 3) sorted by relevance
112 bt_bdaddr_t btif_local_bd_addr; variable434 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()
154 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()
49 bt_bdaddr_t btif_local_bd_addr; variable244 vendor->open(btif_local_bd_addr.address, &interface); in start_up()