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.h126 void on_disconnection_complete(EventPacketView event_view);
Dhci_layer.cc284 void HciLayer::on_disconnection_complete(EventPacketView event_view) { in on_disconnection_complete() function in bluetooth::hci::HciLayer
366 …er(EventCode::DISCONNECTION_COMPLETE, handler->BindOn(this, &HciLayer::on_disconnection_complete)); in Start()