/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_api.h | 199 std::function<void(uint16_t handle, RawAddress& conn_addr, 201 body{[](uint16_t handle, RawAddress& conn_addr, 203 void operator()(uint16_t handle, RawAddress& conn_addr, in operator() 205 body(handle, conn_addr, p_addr_type, ota_address); in operator() 214 std::function<void(uint16_t handle, RawAddress& conn_addr, 216 body{[](uint16_t handle, RawAddress& conn_addr, 218 void operator()(uint16_t handle, RawAddress& conn_addr, in operator() 220 body(handle, conn_addr, p_addr_type, ota_address); in operator()
|
D | mock_main_shim_l2cap_api.h | 386 std::function<void(const RawAddress& pseudo_addr, RawAddress& conn_addr, 388 body{[](const RawAddress& pseudo_addr, RawAddress& conn_addr, 390 void operator()(const RawAddress& pseudo_addr, RawAddress& conn_addr, in operator() 392 body(pseudo_addr, conn_addr, p_addr_type); in operator() 400 std::function<bool(const RawAddress& pseudo_addr, RawAddress& conn_addr, 402 body{[](const RawAddress& pseudo_addr, RawAddress& conn_addr, 404 bool operator()(const RawAddress& pseudo_addr, RawAddress& conn_addr, in operator() 406 return body(pseudo_addr, conn_addr, p_addr_type); in operator()
|
D | mock_stack_btm_ble.h | 424 std::function<bool(uint16_t hci_handle, RawAddress& conn_addr, 428 bool operator()(uint16_t hci_handle, RawAddress& conn_addr, in operator() 430 return body(hci_handle, conn_addr, p_addr_type); in operator()
|
D | mock_stack_btm_ble.cc | 261 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr() argument 265 hci_handle, conn_addr, p_addr_type); in btm_ble_get_acl_remote_addr()
|
D | mock_stack_acl.h | 100 std::function<bool(const RawAddress& pseudo_addr, RawAddress& conn_addr, 105 bool operator()(const RawAddress& pseudo_addr, RawAddress& conn_addr, in operator() 107 return body(pseudo_addr, conn_addr, p_addr_type, ota_address); in operator()
|
D | mock_stack_acl.cc | 188 RawAddress& conn_addr, in BTM_ReadRemoteConnectionAddr() argument 193 pseudo_addr, conn_addr, p_addr_type, ota_address); in BTM_ReadRemoteConnectionAddr()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 219 [](const RawAddress& pseudo_addr, RawAddress& conn_addr, in TEST_F() 221 conn_addr = RawAddress({0xB1, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6}); in TEST_F() 255 [](const RawAddress& pseudo_addr, RawAddress& conn_addr, in TEST_F() 257 conn_addr = RawAddress({0xB1, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6}); in TEST_F() 302 [](const RawAddress& pseudo_addr, RawAddress& conn_addr, in TEST_F() 304 conn_addr = RawAddress({0xB1, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6}); in TEST_F()
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/security/ |
D | classic_security_test.py | 32 state, conn_addr = self.dut().create_bond(address=address, transport=TRANSPORT_CLASSIC) 34 assertThat(conn_addr).isEqualTo(address)
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 148 RawAddress& conn_addr, in ACL_ReadConnectionAddress() argument 155 conn_addr = ToRawAddress(local_address.GetAddress()); in ACL_ReadConnectionAddress() 160 RawAddress& conn_addr, in ACL_ReadPeerConnectionAddress() argument 167 conn_addr = ToRawAddress(remote_ota_address.GetAddress()); in ACL_ReadPeerConnectionAddress()
|
D | acl_api.h | 44 void ACL_ReadConnectionAddress(uint16_t handle, RawAddress& conn_addr, 47 void ACL_ReadPeerConnectionAddress(uint16_t handle, RawAddress& conn_addr,
|
D | l2c_api.h | 461 RawAddress& conn_addr, 465 RawAddress& conn_addr,
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/hfp/ |
D | hfp_test.py | 47 state, conn_addr = self.dut().wait_for_hfp_connection_state_change() 49 assertThat(conn_addr).isEqualTo(self.__paired_device)
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api.h | 155 RawAddress& conn_addr, 369 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr,
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | smp_fuzzer.cc | 73 [](const RawAddress& pseudo_addr, RawAddress& conn_addr, in FakeBtStack() 75 conn_addr = kDummyRemoteAddr; in FakeBtStack()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 1940 bool btm_ble_get_acl_remote_addr(uint16_t hci_handle, RawAddress& conn_addr, in btm_ble_get_acl_remote_addr() argument 1954 conn_addr = p_dev_rec->bd_addr; in btm_ble_get_acl_remote_addr() 1959 conn_addr = p_dev_rec->ble.cur_rand_addr; in btm_ble_get_acl_remote_addr() 1964 conn_addr = p_dev_rec->ble.identity_address_with_type.bda; in btm_ble_get_acl_remote_addr()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2251 RawAddress& conn_addr, in BTM_ReadRemoteConnectionAddr() argument 2261 p_sec_rec->ble_hci_handle, conn_addr, p_addr_type, ota_address); in BTM_ReadRemoteConnectionAddr()
|