Lines Matching refs:pp
141 auto* pp = value.data(); in ToCharacteristicValue() local
146 pp = value.data(); in ToCharacteristicValue()
148 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
149 UINT8_TO_STREAM(pp, index); in ToCharacteristicValue()
150 UINT8_TO_STREAM(pp, num_of_indices); in ToCharacteristicValue()
155 pp = value.data(); in ToCharacteristicValue()
157 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
158 UINT8_TO_STREAM(pp, index); in ToCharacteristicValue()
166 pp = value.data(); in ToCharacteristicValue()
168 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
174 pp = value.data(); in ToCharacteristicValue()
177 pp, static_cast<std::underlying_type_t<PresetCtpOpcode>>(opcode)); in ToCharacteristicValue()
178 UINT8_TO_STREAM(pp, index); in ToCharacteristicValue()
179 memcpy(pp, name_str.c_str(), name_str.length()); in ToCharacteristicValue()