Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_smp_test.cc68 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function
165 BTM_ReadConnectionAddr(p_cb_.pairing_bda, p_cb_.local_bda, &p_cb_.addr_type); in TEST_F()
180 BTM_ReadConnectionAddr(p_cb_.pairing_bda, p_cb_.local_bda, &p_cb_.addr_type); in TEST_F()
/system/bt/stack/include/
Dbtm_ble_api.h291 extern void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
/system/bt/main/shim/
Dbtm_api.h537 void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
Dbtm_api.cc808 void bluetooth::shim::BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc242 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function
246 return bluetooth::shim::BTM_ReadConnectionAddr(remote_bda, local_conn_addr, in BTM_ReadConnectionAddr()
/system/bt/stack/smp/
Dsmp_keys.cc352 BTM_ReadConnectionAddr(p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type); in smp_calculate_comfirm()
Dsmp_utils.cc1402 BTM_ReadConnectionAddr(p_cb->pairing_bda, bda, &addr_type); in smp_collect_local_ble_address()