Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_ctp.cc40 ntf.preset = HasPreset::FromCharacteristicValue(len, value); in ParsePresetGenericUpdate()
66 ntf.preset = HasPreset::FromCharacteristicValue(len, value); in ParsePresetReadResponse()
105 std::optional<HasCtpNtf> HasCtpNtf::FromCharacteristicValue( in FromCharacteristicValue() function in bluetooth::le_audio::has::HasCtpNtf
Dhas_preset.cc29 std::optional<HasPreset> HasPreset::FromCharacteristicValue( in FromCharacteristicValue() function in bluetooth::le_audio::has::HasPreset
Dhas_preset.h98 static std::optional<HasPreset> FromCharacteristicValue(uint16_t& len,
Dhas_ctp.h94 static std::optional<HasCtpNtf> FromCharacteristicValue(uint16_t len,
Dhas_client.cc1451 auto ntf_opt = HasCtpNtf::FromCharacteristicValue(len, value); in OnHasCtpValueNotification()