Lines Matching refs:PresetCtpOpcode

69 using bluetooth::le_audio::has::PresetCtpOpcode;
429 if (op.opcode == PresetCtpOpcode::READ_PRESETS) { in OnHasPresetIndexOperation()
630 case PresetCtpOpcode::READ_PRESETS: in CpPresetIndexOperation()
639 case PresetCtpOpcode::SET_ACTIVE_PRESET: in CpPresetIndexOperation()
640 case PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC: in CpPresetIndexOperation()
785 PresetCtpOpcode opcode) { in shouldRequestSyncedOp()
814 PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC) in SelectActivePreset()
815 ? PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC in SelectActivePreset()
816 : PresetCtpOpcode::SET_ACTIVE_PRESET; in SelectActivePreset()
826 PresetCtpOpcode::SET_NEXT_PRESET_SYNC) in NextActivePreset()
827 ? PresetCtpOpcode::SET_NEXT_PRESET_SYNC in NextActivePreset()
828 : PresetCtpOpcode::SET_NEXT_PRESET; in NextActivePreset()
838 PresetCtpOpcode::SET_PREV_PRESET_SYNC) in PreviousActivePreset()
839 ? PresetCtpOpcode::SET_PREV_PRESET_SYNC in PreviousActivePreset()
840 : PresetCtpOpcode::SET_PREV_PRESET; in PreviousActivePreset()
877 HasCtpOp(address, PresetCtpOpcode::READ_PRESETS, preset_index)); in GetPresetInfo()
886 PresetCtpOpcode::WRITE_PRESET_NAME, in SetPresetName()
955 HasCtpOp(device.addr, PresetCtpOpcode::READ_PRESETS, in WriteAllNeededCcc()
1168 if (ntf.opcode != PresetCtpOpcode::READ_PRESET_RESPONSE) break; in OnHasPresetReadResponseNotification()
1222 if (nt.opcode != PresetCtpOpcode::PRESET_CHANGED) break; in OnHasPresetGenericUpdate()
1274 PresetCtpOpcode::WRITE_PRESET_NAME) && in OnHasPresetGenericUpdate()
1334 if (nt.opcode != PresetCtpOpcode::PRESET_CHANGED) break; in OnHasPresetAvailabilityChanged()
1383 if (nt.opcode != PresetCtpOpcode::PRESET_CHANGED) break; in OnHasPresetDeleted()
1421 if (ntf.opcode == PresetCtpOpcode::PRESET_CHANGED) { in ProcessCtpNotificationQueue()
1440 } else if (ntf.opcode == PresetCtpOpcode::READ_PRESET_RESPONSE) { in ProcessCtpNotificationQueue()
1518 case PresetCtpOpcode::SET_ACTIVE_PRESET: in OnHasActivePresetValue()
1520 case PresetCtpOpcode::SET_NEXT_PRESET: in OnHasActivePresetValue()
1522 case PresetCtpOpcode::SET_PREV_PRESET: in OnHasActivePresetValue()
1524 case PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC: in OnHasActivePresetValue()
1526 case PresetCtpOpcode::SET_NEXT_PRESET_SYNC: in OnHasActivePresetValue()
1528 case PresetCtpOpcode::SET_PREV_PRESET_SYNC: { in OnHasActivePresetValue()
1746 HasCtpOp(device->addr, PresetCtpOpcode::READ_PRESETS, in StartInitialHasDetailsReadAndValidation()