• Home
  • Raw
  • Download

Lines Matching refs:Address

33 void LinkManager::ConnectFixedChannelServices(hci::Address device,  in ConnectFixedChannelServices()
86 …hci::Address device, Link::PendingDynamicChannelConnection pending_dynamic_channel_connection, Psm… in ConnectDynamicChannelServices()
105 void LinkManager::InitiateConnectionForSecurity(hci::Address remote) { in InitiateConnectionForSecurity()
127 void LinkManager::OnPendingPacketChange(hci::Address remote, int num_packets) { in OnPendingPacketChange()
138 Link* LinkManager::GetLink(const hci::Address device) { in GetLink()
145 void LinkManager::handle_link_security_hold(hci::Address remote) { in handle_link_security_hold()
154 void LinkManager::handle_link_security_release(hci::Address remote) { in handle_link_security_release()
163 void LinkManager::handle_link_security_disconnect(hci::Address remote) { in handle_link_security_disconnect()
172 void LinkManager::handle_link_security_ensure_authenticated(hci::Address remote) { in handle_link_security_ensure_authenticated()
181 void LinkManager::handle_link_security_ensure_encrypted(hci::Address remote) { in handle_link_security_ensure_encrypted()
202 hci::Address GetRemoteAddress() override { in GetRemoteAddress()
236 hci::Address remote_;
242 hci::Address device = acl_connection->GetAddress(); in OnConnectSuccess()
287 void LinkManager::OnConnectFail(hci::Address device, hci::ErrorCode reason) { in OnConnectFail()
317 void LinkManager::HACK_OnEscoConnectRequest(hci::Address device, hci::ClassOfDevice cod) { in HACK_OnEscoConnectRequest()
321 void LinkManager::HACK_OnScoConnectRequest(hci::Address device, hci::ClassOfDevice cod) { in HACK_OnScoConnectRequest()
325 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect()
344 void LinkManager::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device) { in OnAuthenticationComplete()
354 void LinkManager::OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled) { in OnEncryptionChange()
366 hci::Address device, in OnReadRemoteVersionInformation()
382 void LinkManager::OnReadRemoteSupportedFeatures(hci::Address device, uint64_t features) { in OnReadRemoteSupportedFeatures()
390 hci::Address device, uint8_t page_number, uint8_t max_page_number, uint64_t features) { in OnReadRemoteExtendedFeatures()
402 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange()
409 void LinkManager::OnReadClockOffset(hci::Address remote, uint16_t clock_offset) { in OnReadClockOffset()
416 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange()
425 hci::Address remote, in OnSniffSubrating()