Searched refs:on_disconnection_complete (Results 1 – 2 of 2) sorted by relevance
142 void on_disconnection_complete(EventView event_view);
429 void HciLayer::on_disconnection_complete(EventView event_view) { in on_disconnection_complete() function in bluetooth::hci::HciLayer548 … EventCode::DISCONNECTION_COMPLETE, handler->BindOn(this, &HciLayer::on_disconnection_complete)); in Start()