Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc192 const bool is_implemented_command = hci_command_handlers_.count(op_code) > 0; in HandleCommand() local
198 (is_vendor_command && is_implemented_command); in HandleCommand()
232 else if (is_supported_command && is_implemented_command) { in HandleCommand()