Searched refs:BTM_ReadRemoteConnectionAddr (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/bt/stack/test/ |
H A D | stack_smp_test.cc | 60 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 D | btm_ble_api.h | 318 extern bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_keys.cc | 324 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 D | smp_utils.cc | 1417 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) { in smp_collect_peer_ble_address()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_acl.cc | 74 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function
|
H A D | mock_main_shim_btm_api.cc | 79 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
|
/aosp12/system/bt/main/shim/ |
H A D | btm_api.h | 468 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
|
H A D | btm_api.cc | 979 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_btm_api.cc | 83 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 2459 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function 2463 return bluetooth::shim::BTM_ReadRemoteConnectionAddr(pseudo_addr, conn_addr, in BTM_ReadRemoteConnectionAddr()
|