Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc80 if (change_id > static_cast<std::underlying_type_t<PresetCtpChangeId>>( in ParsePresetChanged()
81 PresetCtpChangeId::CHANGE_ID_MAX_)) { in ParsePresetChanged()
85 ntf.change_id = PresetCtpChangeId(change_id); in ParsePresetChanged()
90 case PresetCtpChangeId::PRESET_GENERIC_UPDATE: in ParsePresetChanged()
92 case PresetCtpChangeId::PRESET_AVAILABLE: in ParsePresetChanged()
94 case PresetCtpChangeId::PRESET_UNAVAILABLE: in ParsePresetChanged()
96 case PresetCtpChangeId::PRESET_DELETED: in ParsePresetChanged()
195 std::ostream& operator<<(std::ostream& out, const PresetCtpChangeId value) { in operator <<()
198 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpChangeId::PRESET_GENERIC_UPDATE); in operator <<()
199 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpChangeId::PRESET_DELETED); in operator <<()
[all …]
Dhas_ctp.h33 enum class PresetCtpChangeId : uint8_t { enum
43 std::ostream& operator<<(std::ostream& out, const PresetCtpChangeId value);
86 PresetCtpChangeId change_id;
Dhas_client.cc68 using bluetooth::le_audio::has::PresetCtpChangeId;
1223 if (nt.change_id != PresetCtpChangeId::PRESET_GENERIC_UPDATE) break; in OnHasPresetGenericUpdate()
1340 if ((nt.change_id != PresetCtpChangeId::PRESET_AVAILABLE) && in OnHasPresetAvailabilityChanged()
1341 (nt.change_id != PresetCtpChangeId::PRESET_UNAVAILABLE)) in OnHasPresetAvailabilityChanged()
1345 if (nt.change_id == PresetCtpChangeId::PRESET_AVAILABLE) { in OnHasPresetAvailabilityChanged()
1386 if (nt.change_id != PresetCtpChangeId::PRESET_DELETED) break; in OnHasPresetDeleted()
1423 case PresetCtpChangeId::PRESET_GENERIC_UPDATE: in ProcessCtpNotificationQueue()
1426 case PresetCtpChangeId::PRESET_AVAILABLE: in ProcessCtpNotificationQueue()
1429 case PresetCtpChangeId::PRESET_UNAVAILABLE: in ProcessCtpNotificationQueue()
1432 case PresetCtpChangeId::PRESET_DELETED: in ProcessCtpNotificationQueue()
Dhas_client_test.cc643 PresetCtpChangeId::PRESET_GENERIC_UPDATE, in set_sample_database()
928 ::bluetooth::le_audio::has::PresetCtpChangeId change_id, bool is_last) { in InjectPresetChanged()
938 case ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_GENERIC_UPDATE: in InjectPresetChanged()
942 case ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_DELETED: in InjectPresetChanged()
943 case ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_AVAILABLE: in InjectPresetChanged()
944 case ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_UNAVAILABLE: in InjectPresetChanged()
2120 ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_GENERIC_UPDATE, in TEST_F()
2182 ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_GENERIC_UPDATE, in TEST_F()
2191 ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_GENERIC_UPDATE, in TEST_F()
2197 ::bluetooth::le_audio::has::PresetCtpChangeId::PRESET_GENERIC_UPDATE, in TEST_F()
[all …]