OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPDATE_DESCRIPTOR_UUID
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java
193
private static final UUID
UPDATE_DESCRIPTOR_UUID
=
620
BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
628
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
636
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
644
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
652
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
660
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
668
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
676
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11);
684
descriptor = new BluetoothGattDescriptor(
UPDATE_DESCRIPTOR_UUID
, 0x11)
[
all
...]
BleClientService.java
272
private static final UUID
UPDATE_DESCRIPTOR_UUID
=
605
BluetoothGattDescriptor descriptor = characteristic.getDescriptor(
UPDATE_DESCRIPTOR_UUID
);
[
all
...]
Completed in 104 milliseconds