Lines Matching refs:HasPreset
33 class HasPreset {
47 HasPreset(uint8_t index, uint8_t props = 0,
52 HasPreset() in HasPreset() function
63 HasPreset& operator=(const HasPreset& other) {
74 bool operator==(const HasPreset& b) const {
78 bool operator!=(const HasPreset& b) const {
82 bool operator<(const HasPreset& b) const { return index_ < b.index_; }
83 friend std::ostream& operator<<(std::ostream& os, const HasPreset& b);
87 bool operator()(HasPreset const& a, int index) const { in operator()
90 bool operator()(int index, HasPreset const& a) const { in operator()
93 bool operator()(HasPreset const& a, HasPreset const& b) const { in operator()
98 static std::optional<HasPreset> FromCharacteristicValue(uint16_t& len,
111 HasPreset& preset);
119 struct formatter<bluetooth::le_audio::has::HasPreset> : ostream_formatter {};