Searched refs:GetLink (Results 1 – 5 of 5) sorted by relevance
48 auto* link = GetLink(device); in ConnectFixedChannelServices()92 auto* link = GetLink(device); in ConnectDynamicChannelServices()108 auto* link = GetLink(remote); in InitiateConnectionForSecurity()140 Link* LinkManager::GetLink(const hci::Address device) { in GetLink() function in bluetooth::l2cap::classic::internal::LinkManager148 auto link = GetLink(remote); in handle_link_security_hold()157 auto link = GetLink(remote); in handle_link_security_release()166 auto link = GetLink(remote); in handle_link_security_disconnect()175 auto link = GetLink(remote); in handle_link_security_ensure_authenticated()184 auto link = GetLink(remote); in handle_link_security_ensure_encrypted()233 return link_manager_->GetLink(remote_)->GetRole(); in GetRole()[all …]
70 Link* GetLink(hci::Address device);
48 auto* link = GetLink(address_with_type); in ConnectFixedChannelServices()90 auto* link = GetLink(device); in ConnectDynamicChannelServices()99 Link* LinkManager::GetLink(hci::AddressWithType address_with_type) { in GetLink() function in bluetooth::l2cap::le::internal::LinkManager112 GetLink(connected_address_with_type) == nullptr, in OnLeConnectSuccess()117 auto* link = GetLink(connected_address_with_type); in OnLeConnectSuccess()153 auto* link = GetLink(address_with_type); in OnDisconnect()192 auto* link = GetLink(address_with_type); in OnReadRemoteVersionInformationComplete()
73 Link* GetLink(hci::AddressWithType address_with_type);
67 Link* link = l2shim.link_manager->GetLink(myAddress); in LLVMFuzzerTestOneInput()