Searched refs:BTM_ReadRemoteConnectionAddr (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 211 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr.body = in TEST_F() 221 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, &remote_bd_addr_type, true); in TEST_F() 231 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr = {}; in TEST_F() 245 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr.body = in TEST_F() 255 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda, &remote_bd_addr_type, true); in TEST_F() 276 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr = {}; in TEST_F() 290 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr.body = in TEST_F() 308 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr = {}; in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl.cc | 51 struct BTM_ReadRemoteConnectionAddr BTM_ReadRemoteConnectionAddr; variable 134 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr, in BTM_ReadRemoteConnectionAddr() function 137 return test::mock::stack_acl::BTM_ReadRemoteConnectionAddr(pseudo_addr, conn_addr, p_addr_type, in BTM_ReadRemoteConnectionAddr()
|
D | mock_stack_acl.h | 71 struct BTM_ReadRemoteConnectionAddr { struct 81 extern struct BTM_ReadRemoteConnectionAddr BTM_ReadRemoteConnectionAddr; argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 73 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr.body = in FakeBtStack() 116 test::mock::stack_acl::BTM_ReadRemoteConnectionAddr = {}; in ~FakeBtStack()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api.h | 146 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr,
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 324 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &remote_bd_addr_type, true)) { in smp_calculate_confirm() 936 } else if ((BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda_for_lk, &conn_addr_type, true)) && in smp_calculate_link_key_from_long_term_key()
|
D | smp_utils.cc | 1453 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type, true)) { in smp_collect_peer_ble_address()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2165 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr, in BTM_ReadRemoteConnectionAddr() function
|