Home
last modified time | relevance | path

Searched refs:BTM_ReadRemoteConnectionAddr (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/test/
Dstack_smp_test.cc59 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
163 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, in TEST_F()
178 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, in TEST_F()
/system/bt/stack/include/
Dbtm_ble_api.h316 extern bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
/system/bt/stack/smp/
Dsmp_keys.cc346 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, in smp_calculate_comfirm()
948 } else if ((BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda_for_lk, in smp_calculate_link_key_from_long_term_key()
Dsmp_utils.cc1424 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) { in smp_collect_peer_ble_address()
/system/bt/main/shim/
Dbtm_api.h550 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
Dbtm_api.cc815 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc303 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
307 return bluetooth::shim::BTM_ReadRemoteConnectionAddr(pseudo_addr, conn_addr, in BTM_ReadRemoteConnectionAddr()