Home
last modified time | relevance | path

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

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