Searched refs:BTM_ReadConnectionAddr (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/test/ |
D | stack_smp_test.cc | 68 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/ |
D | btm_ble_api.h | 291 extern void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
|
/system/bt/main/shim/ |
D | btm_api.h | 537 void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
|
D | btm_api.cc | 808 void bluetooth::shim::BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function in bluetooth::shim
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 242 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/ |
D | smp_keys.cc | 352 BTM_ReadConnectionAddr(p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type); in smp_calculate_comfirm()
|
D | smp_utils.cc | 1402 BTM_ReadConnectionAddr(p_cb->pairing_bda, bda, &addr_type); in smp_collect_local_ble_address()
|