Home
last modified time | relevance | path

Searched refs:hci_command_handlers_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h609 static const std::unordered_map<OpCode, CommandHandler> hci_command_handlers_; variable
Ddual_mode_controller.cc192 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_{