Searched defs:OnDisconnect (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ | ||
D | link_manager.cc | 152 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/ | ||
D | link_manager.cc | 325 void LinkManager::OnDisconnect(hci::Address device, hci::ErrorCode status) { in OnDisconnect() function in bluetooth::l2cap::classic::internal::LinkManager |
/packages/modules/Bluetooth/system/main/shim/ | ||
D | acl.cc | 148 using OnDisconnect = std::function<void(HciHandle, hci::ErrorCode reason)>; typedef |