Searched refs:ResponseCodeValue (Results 1 – 3 of 3) sorted by relevance
109 std::string GetResponseOpcodeValueText(ResponseCodeValue response_code_value) { in GetResponseOpcodeValueText()111 case ResponseCodeValue::RESERVED_FOR_FUTURE_USE: in GetResponseOpcodeValueText()113 case ResponseCodeValue::SUCCESS: in GetResponseOpcodeValueText()115 case ResponseCodeValue::OP_CODE_NOT_SUPPORTED: in GetResponseOpcodeValueText()117 case ResponseCodeValue::INVALID_OPERATOR: in GetResponseOpcodeValueText()119 case ResponseCodeValue::OPERATOR_NOT_SUPPORTED: in GetResponseOpcodeValueText()121 case ResponseCodeValue::INVALID_OPERAND: in GetResponseOpcodeValueText()123 case ResponseCodeValue::ABORT_UNSUCCESSFUL: in GetResponseOpcodeValueText()125 case ResponseCodeValue::PROCEDURE_NOT_COMPLETED: in GetResponseOpcodeValueText()127 case ResponseCodeValue::OPERAND_NOT_SUPPORTED: in GetResponseOpcodeValueText()[all …]
84 enum class ResponseCodeValue : uint8_t { enum97 std::string GetResponseOpcodeValueText(ResponseCodeValue response_code_value);
567 SendResponseCode(ResponseCodeValue::OP_CODE_NOT_SUPPORTED, tracker); in HandleControlPoint()571 SendResponseCode(ResponseCodeValue::OP_CODE_NOT_SUPPORTED, tracker); in HandleControlPoint()615 SendResponseCode(ResponseCodeValue::NO_RECORDS_FOUND, tracker); in OnGetRangingData()634 SendResponseCode(ResponseCodeValue::SUCCESS, tracker); in OnAckRangingData()637 SendResponseCode(ResponseCodeValue::NO_RECORDS_FOUND, tracker); in OnAckRangingData()641 void SendResponseCode(ResponseCodeValue response_code_value, in SendResponseCode()