Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc784 Requirement command_requirement = in CheckSupportedCommands() local
793 if (command_requirement == kMandatory && !command_supported) { in CheckSupportedCommands()
796 if (command_requirement == kExcluded && command_supported) { in CheckSupportedCommands()