Home
last modified time | relevance | path

Searched defs:OnDisconnect (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc148 void LinkManager::OnDisconnect(bluetooth::hci::AddressWithType address_with_type) { in OnDisconnect() function in bluetooth::l2cap::le::internal::LinkManager
/system/connectivity/wificond/
Dclient_interface_impl.cpp89 void MlmeEventHandlerImpl::OnDisconnect(unique_ptr<MlmeDisconnectEvent> event) { in OnDisconnect() function in android::wificond::MlmeEventHandlerImpl
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc325 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::classic::internal::LinkManager
/system/bt/main/shim/
Dacl.cc80 using OnDisconnect = std::function<void(HciHandle, hci::ErrorCode reason)>; typedef