Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc117 PresetCtpOpcode::READ_PRESET_RESPONSE)) && in FromCharacteristicValue()
130 bluetooth::le_audio::has::PresetCtpOpcode::READ_PRESET_RESPONSE) { in FromCharacteristicValue()
213 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::READ_PRESET_RESPONSE); in operator <<()
251 if (ntf.opcode == PresetCtpOpcode::READ_PRESET_RESPONSE) { in operator <<()
Dhas_ctp.h48 READ_PRESET_RESPONSE, enumerator
Dhas_client.cc1168 if (ntf.opcode != PresetCtpOpcode::READ_PRESET_RESPONSE) break; in OnHasPresetReadResponseNotification()
1440 } else if (ntf.opcode == PresetCtpOpcode::READ_PRESET_RESPONSE) { in ProcessCtpNotificationQueue()
Dhas_client_test.cc918 ::bluetooth::le_audio::has::PresetCtpOpcode::READ_PRESET_RESPONSE)); in InjectNotifyReadPresetResponse()