Home
last modified time | relevance | path

Searched refs:on_classic_disconnect (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h74 handler_->BindOn(this, &classic_impl::on_classic_disconnect), in classic_impl()
431 void on_classic_disconnect(uint16_t handle, ErrorCode reason) { in on_classic_disconnect() function
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc394 CallOn(pimpl_->classic_impl_, &classic_impl::on_classic_disconnect, handle, reason); in OnClassicSuspendInitiatedDisconnect()