Searched refs:BTM_ReadConnectionAddr (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 210 test::mock::stack_acl::BTM_ReadConnectionAddr.body = in TEST_F() 230 BTM_ReadConnectionAddr(p_cb_.pairing_bda, p_cb_.local_bda, &p_cb_.addr_type, in TEST_F() 239 test::mock::stack_acl::BTM_ReadConnectionAddr = {}; in TEST_F() 246 test::mock::stack_acl::BTM_ReadConnectionAddr.body = in TEST_F() 266 BTM_ReadConnectionAddr(p_cb_.pairing_bda, p_cb_.local_bda, &p_cb_.addr_type, in TEST_F() 286 test::mock::stack_acl::BTM_ReadConnectionAddr = {}; in TEST_F() 293 test::mock::stack_acl::BTM_ReadConnectionAddr.body = in TEST_F() 318 test::mock::stack_acl::BTM_ReadConnectionAddr = {}; in TEST_F()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 66 test::mock::stack_acl::BTM_ReadConnectionAddr.body = in FakeBtStack() 116 test::mock::stack_acl::BTM_ReadConnectionAddr = {}; in ~FakeBtStack()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_util.cc | 80 BTM_ReadConnectionAddr(bd_addr, raw_local_addr, &local_addr_type); in btif_gatt_check_encrypted_link()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl.cc | 96 struct BTM_ReadConnectionAddr BTM_ReadConnectionAddr; variable 389 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function 393 test::mock::stack_acl::BTM_ReadConnectionAddr(remote_bda, local_conn_addr, in BTM_ReadConnectionAddr()
|
D | mock_stack_acl.h | 573 struct BTM_ReadConnectionAddr { struct 584 extern struct BTM_ReadConnectionAddr BTM_ReadConnectionAddr; argument
|
/packages/modules/Bluetooth/system/stack/include/ |
D | acl_api.h | 227 void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 341 BTM_ReadConnectionAddr(p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type, in smp_calculate_comfirm()
|
D | smp_utils.cc | 1483 BTM_ReadConnectionAddr(p_cb->pairing_bda, bda, &addr_type, true); in smp_collect_local_ble_address()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2186 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function
|