Lines Matching refs:Descriptor
35 using bluetooth::Descriptor;
149 Descriptor s = Descriptor(0x0000, UUID::GetRandom(),
151 Descriptor s2 = Descriptor(0xFFFE, UUID::GetRandom(),
153 Descriptor s3 = Descriptor(0x003D, UUID::GetRandom(),
158 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s);
162 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s2);
166 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s3);
172 {Descriptor(0x0005, UUID::GetRandom(), 0),
173 Descriptor(0x0007, UUID::GetRandom(), 0),
174 Descriptor(0x00A1, UUID::GetRandom(), 0)});
188 {Descriptor(0x0005, UUID::GetRandom(), 0),
189 Descriptor(0x0007, UUID::GetRandom(), 0),
190 Descriptor(0x0009, UUID::GetRandom(), 0)}),
194 {Descriptor(0x0010, UUID::GetRandom(), 0),
195 Descriptor(0x0012, UUID::GetRandom(), 0)}),