Lines Matching refs:PresetCtpOpcode

116   if ((op != static_cast<std::underlying_type_t<PresetCtpOpcode>>(  in FromCharacteristicValue()
117 PresetCtpOpcode::READ_PRESET_RESPONSE)) && in FromCharacteristicValue()
118 (op != static_cast<std::underlying_type_t<PresetCtpOpcode>>( in FromCharacteristicValue()
119 PresetCtpOpcode::PRESET_CHANGED))) { in FromCharacteristicValue()
125 ntf.opcode = PresetCtpOpcode(op); in FromCharacteristicValue()
126 if (ntf.opcode == bluetooth::le_audio::has::PresetCtpOpcode::PRESET_CHANGED) { in FromCharacteristicValue()
130 bluetooth::le_audio::has::PresetCtpOpcode::READ_PRESET_RESPONSE) { in FromCharacteristicValue()
144 case PresetCtpOpcode::READ_PRESETS: in ToCharacteristicValue()
148 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
152 case PresetCtpOpcode::SET_ACTIVE_PRESET: in ToCharacteristicValue()
153 case PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC: in ToCharacteristicValue()
157 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
161 case PresetCtpOpcode::SET_NEXT_PRESET: in ToCharacteristicValue()
162 case PresetCtpOpcode::SET_NEXT_PRESET_SYNC: in ToCharacteristicValue()
163 case PresetCtpOpcode::SET_PREV_PRESET: in ToCharacteristicValue()
164 case PresetCtpOpcode::SET_PREV_PRESET_SYNC: in ToCharacteristicValue()
168 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
171 case PresetCtpOpcode::WRITE_PRESET_NAME: { in ToCharacteristicValue()
177 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
209 std::ostream& operator<<(std::ostream& out, const PresetCtpOpcode value) { in operator <<()
212 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::READ_PRESETS); in operator <<()
213 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::READ_PRESET_RESPONSE); in operator <<()
214 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::PRESET_CHANGED); in operator <<()
215 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::WRITE_PRESET_NAME); in operator <<()
216 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_ACTIVE_PRESET); in operator <<()
217 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_NEXT_PRESET); in operator <<()
218 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_PREV_PRESET); in operator <<()
219 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC); in operator <<()
220 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_NEXT_PRESET_SYNC); in operator <<()
221 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_PREV_PRESET_SYNC); in operator <<()
251 if (ntf.opcode == PresetCtpOpcode::READ_PRESET_RESPONSE) { in operator <<()
259 } else if (ntf.opcode == PresetCtpOpcode::PRESET_CHANGED) { in operator <<()