Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc181 RawAddress local_bd_addr = bluetooth::ToRawAddress( in btif_enable_bluetooth_evt() local
184 std::string bdstr = local_bd_addr.ToString(); in btif_enable_bluetooth_evt()
197 log::info("Storing '{}' into the config file", local_bd_addr); in btif_enable_bluetooth_evt()
204 prop.val = (void*)&local_bd_addr; in btif_enable_bluetooth_evt()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc570 RawAddress local_bd_addr = RawAddress::kEmpty; in BTM_DeleteStoredLinkKey() local
571 btsnd_hcic_delete_stored_key(local_bd_addr, delete_all_flag); in BTM_DeleteStoredLinkKey()
Dbtm_sec.cc4438 RawAddress local_bd_addr = bluetooth::ToRawAddress( in btm_sec_pin_code_request() local
4440 if (p_bda == local_bd_addr) { in btm_sec_pin_code_request()