Searched defs:OnDisconnect (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/l2cap/le/internal/ | ||
D | link_manager.cc | 148 void LinkManager::OnDisconnect(bluetooth::hci::AddressWithType address_with_type) { in OnDisconnect() function in bluetooth::l2cap::le::internal::LinkManager |
/system/connectivity/wificond/ | ||
D | client_interface_impl.cpp | 89 void MlmeEventHandlerImpl::OnDisconnect(unique_ptr<MlmeDisconnectEvent> event) { in OnDisconnect() function in android::wificond::MlmeEventHandlerImpl |
/system/bt/gd/l2cap/classic/internal/ | ||
D | link_manager.cc | 325 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::classic::internal::LinkManager |
/system/bt/main/shim/ | ||
D | acl.cc | 80 using OnDisconnect = std::function<void(HciHandle, hci::ErrorCode reason)>; typedef |