Searched refs:remote_address (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | le_impl.h | 117 AddressWithType remote_address(address, peer_address_type); in on_le_connection_complete() 119 on_common_le_connection_complete(remote_address); in on_le_connection_complete() 121 canceled_connections_.find(remote_address) != canceled_connections_.end()) { in on_le_connection_complete() 125 canceled_connections_.erase(remote_address); in on_le_connection_complete() 127 remove_device_from_connect_list(remote_address); in on_le_connection_complete() 132 … common::Unretained(le_client_callbacks_), remote_address, status)); in on_le_connection_complete() 149 … std::forward_as_tuple(remote_address, queue->GetDownEnd(), handler_)); in on_le_connection_complete() 156 remote_address, role)); in on_le_connection_complete() 159 … common::Unretained(le_client_callbacks_), remote_address, in on_le_connection_complete() 170 AddressWithType remote_address(address, peer_address_type); in on_le_enhanced_connection_complete() [all …]
|
D | le_acl_connection.cc | 88 … AddressWithType local_address, AddressWithType remote_address, Role role) in LeAclConnection() argument 89 …nection(queue->GetUpEnd(), handle), local_address_(local_address), remote_address_(remote_address), in LeAclConnection()
|
D | le_acl_connection.h | 34 AddressWithType local_address, AddressWithType remote_address, Role role);
|
/system/bt/gd/security/ |
D | facade_configuration_api.cc | 60 hci::AddressWithType remote_address, in SetOutOfBandData() argument 66 remote_address, in SetOutOfBandData()
|
D | facade_configuration_api.h | 54 hci::AddressWithType remote_address,
|
/system/bt/gd/neighbor/cert/ |
D | py_neighbor.py | 76 def get_remote_name(self, remote_address): argument 83 … address=remote_address.encode('utf8'), page_scan_repetition_mode=1, clock_offset=0x6855))
|
/system/bt/gd/hci/ |
D | le_address_manager_test.cc | 206 AddressWithType remote_address(Address::kEmpty, AddressType::RANDOM_DEVICE_ADDRESS); in TEST_F() local 209 remote_address, in TEST_F() 228 AddressWithType remote_address(Address::kEmpty, AddressType::RANDOM_DEVICE_ADDRESS); in TEST_F() local 231 remote_address, in TEST_F() 252 AddressWithType remote_address(Address::kEmpty, AddressType::RANDOM_DEVICE_ADDRESS); in TEST_F() local 255 remote_address, in TEST_F() 288 AddressWithType remote_address(Address::kEmpty, AddressType::RANDOM_DEVICE_ADDRESS); in SetUp() local 291 remote_address, in SetUp()
|
/system/bt/gd/cert/ |
D | py_le_acl_manager.py | 47 self.remote_address = remote_addr
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 178 hci::AddressWithType remote_address,
|
D | security_manager_impl.cc | 656 hci::AddressWithType remote_address, in SetOutOfBandData() argument 659 remote_oob_data_address_ = remote_address; in SetOutOfBandData()
|