Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc189 const bool is_vendor_command = (static_cast<uint16_t>(op_code) >> 10) == 0x3f; in HandleCommand() local
198 (is_vendor_command && is_implemented_command); in HandleCommand()