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