Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/
H A Dstack_smp_test.cc60 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
164 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, in TEST_F()
179 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, in TEST_F()
/aosp12/system/bt/stack/include/
H A Dbtm_ble_api.h318 extern bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
/aosp12/system/bt/stack/smp/
H A Dsmp_keys.cc324 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, in smp_calculate_comfirm()
961 } else if ((BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda_for_lk, in smp_calculate_link_key_from_long_term_key()
H A Dsmp_utils.cc1417 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) { in smp_collect_peer_ble_address()
/aosp12/system/bt/test/mock/
H A Dmock_stack_acl.cc74 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
H A Dmock_main_shim_btm_api.cc79 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
/aosp12/system/bt/main/shim/
H A Dbtm_api.h468 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
H A Dbtm_api.cc979 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc83 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc2459 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
2463 return bluetooth::shim::BTM_ReadRemoteConnectionAddr(pseudo_addr, conn_addr, in BTM_ReadRemoteConnectionAddr()