Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.h142 void on_disconnection_complete(EventView event_view);
Dhci_layer.cc429 void HciLayer::on_disconnection_complete(EventView event_view) { in on_disconnection_complete() function in bluetooth::hci::HciLayer
548 … EventCode::DISCONNECTION_COMPLETE, handler->BindOn(this, &HciLayer::on_disconnection_complete)); in Start()