Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc756 kExcluded, in CheckSupportedCommands() enumerator
761 constexpr auto excluded = kExcluded; in CheckSupportedCommands()
763 return cond ? kMandatory : kExcluded; in CheckSupportedCommands()
769 return cond ? kMandatory : kExcluded; in CheckSupportedCommands()
772 return cond1 ? kMandatory : cond2 ? kOptional : kExcluded; in CheckSupportedCommands()
791 : kExcluded; in CheckSupportedCommands()
796 if (command_requirement == kExcluded && command_supported) { in CheckSupportedCommands()