Home
last modified time | relevance | path

Searched refs:BTM_ReadConnectionAddr (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc210 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/
Dsmp_fuzzer.cc66 test::mock::stack_acl::BTM_ReadConnectionAddr.body = in FakeBtStack()
116 test::mock::stack_acl::BTM_ReadConnectionAddr = {}; in ~FakeBtStack()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_util.cc80 BTM_ReadConnectionAddr(bd_addr, raw_local_addr, &local_addr_type); in btif_gatt_check_encrypted_link()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc96 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()
Dmock_stack_acl.h573 struct BTM_ReadConnectionAddr { struct
584 extern struct BTM_ReadConnectionAddr BTM_ReadConnectionAddr; argument
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h227 void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc341 BTM_ReadConnectionAddr(p_cb->pairing_bda, p_cb->local_bda, &p_cb->addr_type, in smp_calculate_comfirm()
Dsmp_utils.cc1483 BTM_ReadConnectionAddr(p_cb->pairing_bda, bda, &addr_type, true); in smp_collect_local_ble_address()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2186 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, in BTM_ReadConnectionAddr() function