Searched refs:on_disconnection_complete (Results 1 – 2 of 2) sorted by relevance
126 void on_disconnection_complete(EventPacketView event_view);
284 void HciLayer::on_disconnection_complete(EventPacketView event_view) { in on_disconnection_complete() function in bluetooth::hci::HciLayer366 …er(EventCode::DISCONNECTION_COMPLETE, handler->BindOn(this, &HciLayer::on_disconnection_complete)); in Start()