Home
last modified time | relevance | path

Searched refs:BTM_ReadConnectionAddr (Results 1 – 5 of 5) 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.h318 extern void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
/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()
/system/bt/stack/btm/
Dbtm_ble.cc214 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function