Home
last modified time | relevance | path

Searched refs:remote_address (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dle_impl.h117 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 …]
Dle_acl_connection.cc88 … 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()
Dle_acl_connection.h34 AddressWithType local_address, AddressWithType remote_address, Role role);
/system/bt/gd/security/
Dfacade_configuration_api.cc60 hci::AddressWithType remote_address, in SetOutOfBandData() argument
66 remote_address, in SetOutOfBandData()
Dfacade_configuration_api.h54 hci::AddressWithType remote_address,
/system/bt/gd/neighbor/cert/
Dpy_neighbor.py76 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/
Dle_address_manager_test.cc206 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/
Dpy_le_acl_manager.py47 self.remote_address = remote_addr
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h178 hci::AddressWithType remote_address,
Dsecurity_manager_impl.cc656 hci::AddressWithType remote_address, in SetOutOfBandData() argument
659 remote_oob_data_address_ = remote_address; in SetOutOfBandData()