Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc119 PresetCtpOpcode::PRESET_CHANGED))) { in FromCharacteristicValue()
126 if (ntf.opcode == bluetooth::le_audio::has::PresetCtpOpcode::PRESET_CHANGED) { in FromCharacteristicValue()
214 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::PRESET_CHANGED); in operator <<()
259 } else if (ntf.opcode == PresetCtpOpcode::PRESET_CHANGED) { in operator <<()
Dhas_ctp.h49 PRESET_CHANGED, enumerator
Dhas_client.cc1222 if (nt.opcode != PresetCtpOpcode::PRESET_CHANGED) break; 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()
Dhas_client_test.cc933 ::bluetooth::le_audio::has::PresetCtpOpcode::PRESET_CHANGED)); in InjectPresetChanged()