• Home
  • Raw
  • Download

Lines Matching refs:Address

66   Link* GetLink(hci::Address device);
68 void OnConnectFail(hci::Address device, hci::ErrorCode reason) override;
70 void HACK_OnEscoConnectRequest(hci::Address, hci::ClassOfDevice) override;
71 void HACK_OnScoConnectRequest(hci::Address, hci::ClassOfDevice) override;
73 virtual void OnDisconnect(hci::Address device, hci::ErrorCode status);
74 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address device);
75 void OnEncryptionChange(hci::Address device, hci::EncryptionEnabled enabled);
78 hci::Address device,
82 void OnReadRemoteSupportedFeatures(hci::Address device, uint64_t features);
84 hci::Address device, uint8_t page_number, uint8_t max_page_number, uint64_t features);
85 void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role);
86 void OnReadClockOffset(hci::Address remote, uint16_t clock_offset);
87 …void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t interva…
90 hci::Address remote,
98 …void ConnectFixedChannelServices(hci::Address device, PendingFixedChannelConnection pending_fixed_…
103 hci::Address device, Link::PendingDynamicChannelConnection pending_connection, Psm psm);
106 void InitiateConnectionForSecurity(hci::Address remote);
119 void OnPendingPacketChange(hci::Address remote, int num_packets);
125 void handle_link_security_hold(hci::Address remote);
126 void handle_link_security_release(hci::Address remote);
127 void handle_link_security_disconnect(hci::Address remote);
128 void handle_link_security_ensure_authenticated(hci::Address remote);
129 void handle_link_security_ensure_encrypted(hci::Address remote);
139 std::unordered_map<hci::Address, PendingLink> pending_links_;
140 std::unordered_map<hci::Address, Link> links_;
141 std::unordered_map<hci::Address, std::list<Psm>> pending_dynamic_channels_;
142 std::unordered_map<hci::Address, std::list<Link::PendingDynamicChannelConnection>>
148 std::unordered_set<hci::Address> disconnected_links_;
149 std::unordered_set<hci::Address> links_with_pending_packets_;