Home
last modified time | relevance | path

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

/system/bt/gd/hci/fuzz/
Dstatus_vs_complete_commands.cc30 static std::map<OpCode, bool> commands_that_use_status; variable
33 if (!commands_that_use_status.empty()) { in maybe_populate_list()
38 commands_that_use_status[code] = true; in maybe_populate_list()
44 return commands_that_use_status.find(code) != commands_that_use_status.end(); in uses_command_status()