Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_smp_test.cc59 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
176 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, in TEST_F()
192 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, in TEST_F()
/system/bt/stack/include/
Dbtm_ble_api.h376 extern bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
/system/bt/stack/smp/
Dsmp_keys.cc438 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, in smp_calculate_comfirm()
1674 } else if ((BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda_for_lk, in smp_calculate_link_key_from_long_term_key()
Dsmp_utils.cc1389 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) { in smp_collect_peer_ble_address()
/system/bt/stack/btm/
Dbtm_ble.cc311 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function