Searched refs:OnDisconnect (Results 1 – 11 of 11) sorted by relevance
36 virtual void OnDisconnect(std::unique_ptr<MlmeDisconnectEvent> event) = 0;
634 handler->second->OnDisconnect(std::move(event)); in OnMlmeEvent()
76 void OnDisconnect(hci::AddressWithType address_with_type);
150 void LinkManager::OnDisconnect(bluetooth::hci::AddressWithType address_with_type) { in OnDisconnect() function in bluetooth::l2cap::le::internal::LinkManager
64 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()
65 virtual void OnDisconnect(hci::Address device, hci::ErrorCode status);
267 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::classic::internal::LinkManager
392 link_manager_->OnDisconnect(GetDevice().GetAddress(), reason); in OnDisconnection()
186 classic_link_manager.OnDisconnect(device, hci::ErrorCode::SUCCESS); in TEST_F()
49 void OnDisconnect(std::unique_ptr<MlmeDisconnectEvent> event) override;
87 void MlmeEventHandlerImpl::OnDisconnect(unique_ptr<MlmeDisconnectEvent> event) { in OnDisconnect() function in android::wificond::MlmeEventHandlerImpl