Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.h54 SET_ACTIVE_PRESET_SYNC, enumerator
79 PresetCtpOpcode2Bitmask(PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC) |
142 return (opcode == PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC) || in IsSyncedOperation()
Dhas_ctp.cc153 case PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC: in ToCharacteristicValue()
219 CASE_SET_PTR_TO_TOKEN_STR(PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC); in operator <<()
Dhas_client.cc640 case PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC: in CpPresetIndexOperation()
814 PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC) in SelectActivePreset()
815 ? PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC in SelectActivePreset()
1524 case PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC: in OnHasActivePresetValue()
Dhas_client_test.cc386 SET_ACTIVE_PRESET_SYNC: { in set_sample_database()