Searched refs:hci_command_handlers_ (Results 1 – 2 of 2) sorted by relevance
609 static const std::unordered_map<OpCode, CommandHandler> hci_command_handlers_; variable
192 const bool is_implemented_command = hci_command_handlers_.count(op_code) > 0; in HandleCommand()233 hci_command_handlers_.at(op_code)(this, command_packet); in HandleCommand()4143 DualModeController::hci_command_handlers_{