Searched refs:BTM_ReadRemoteConnectionAddr (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/test/ |
D | stack_smp_test.cc | 59 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/ |
D | btm_ble_api.h | 316 extern bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 346 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()
|
D | smp_utils.cc | 1424 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) { in smp_collect_peer_ble_address()
|
/system/bt/main/shim/ |
D | btm_api.h | 550 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr,
|
D | btm_api.cc | 815 bool bluetooth::shim::BTM_ReadRemoteConnectionAddr( in BTM_ReadRemoteConnectionAddr() function in bluetooth::shim
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 303 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, in BTM_ReadRemoteConnectionAddr() function 307 return bluetooth::shim::BTM_ReadRemoteConnectionAddr(pseudo_addr, conn_addr, in BTM_ReadRemoteConnectionAddr()
|