Home
last modified time | relevance | path

Searched refs:kHasPresetIndexInvalid (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h185 uint8_t currently_active_preset = bluetooth::has::kHasPresetIndexInvalid;
226 currently_active_preset = bluetooth::has::kHasPresetIndexInvalid; in ClearSvcData()
Dhas_preset.h55 index_(bluetooth::has::kHasPresetIndexInvalid) {} in HasPreset()
Dhas_ctp.h109 uint8_t index = bluetooth::has::kHasPresetIndexInvalid,
Dhas_client.cc51 using bluetooth::has::kHasPresetIndexInvalid;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_has.h75 static constexpr uint8_t kHasPresetIndexInvalid = 0x00; variable