Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc782 [](bool br_supported, Requirement br_requirement, bool le_supported, in CheckSupportedCommands()
786 : !le_supported ? br_requirement in CheckSupportedCommands()
787 : le_requirement == kMandatory || br_requirement == kMandatory in CheckSupportedCommands()
789 : le_requirement == kOptional || br_requirement == kOptional in CheckSupportedCommands()
1363 #define check_command_(op_code, br_requirement, le_requirement) \ in CheckSupportedCommands() argument
1367 if (!check_command_requirement(br_supported, br_requirement, le_supported, \ in CheckSupportedCommands()
1369 INFO(#op_code " command validation failed (" #br_requirement \ in CheckSupportedCommands()