Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc152 void LinkManager::OnDisconnect(bluetooth::hci::AddressWithType address_with_type) { in OnDisconnect() function in bluetooth::l2cap::le::internal::LinkManager
/packages/modules/Bluetooth/system/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
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc148 using OnDisconnect = std::function<void(HciHandle, hci::ErrorCode reason)>; typedef