Home
last modified time | relevance | path

Searched refs:BTM_ReadRemoteConnectionAddr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc211 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/
Dmock_stack_acl.cc51 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()
Dmock_stack_acl.h71 struct BTM_ReadRemoteConnectionAddr { struct
81 extern struct BTM_ReadRemoteConnectionAddr BTM_ReadRemoteConnectionAddr; argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc73 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/
Dbtm_ble_api.h146 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc324 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()
Dsmp_utils.cc1453 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/
Dbtm_acl.cc2165 bool BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr, in BTM_ReadRemoteConnectionAddr() function