Searched defs:CommandCompleteView (Results 1 – 6 of 6) sorted by relevance
181 [](bluetooth::hci::CommandCompleteView) {})); in __anon22f2dd240402()194 [](bluetooth::hci::CommandCompleteView) {})); in __anon22f2dd240602()
417 hci_handler_->BindOnce([](CommandCompleteView /* view */) { in TEST_F()459 hci_handler_->BindOnce([](CommandCompleteView /* view */) {})); in TEST_F()
320 module_.GetHandler()->BindOnce([](CommandCompleteView) {})); in on_hci_timeout() argument
39 common::ContextualOnceCallback<void(hci::CommandCompleteView)> /* on_complete */) in EnqueueCommand()
652 to_bind_->BindOnce([](hci::CommandCompleteView) {})); in ConfigBqrA2dpScoThreshold()
3131 explicit CommandCompleteView(EventView parent) : EventView(std::move(parent)) { was_validated_ = fa… in CreateOptional() function