HomeSort by relevance Sort by last modified time
    Searched refs:DESCRIPTOR_NO_READ_UUID (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerService.java 140 private static final UUID DESCRIPTOR_NO_READ_UUID =
405 new BluetoothGattDescriptor(DESCRIPTOR_NO_READ_UUID, 0x10);
BleClientService.java 231 private static final UUID DESCRIPTOR_NO_READ_UUID =
449 readDescriptor(DESCRIPTOR_NO_READ_UUID);
    [all...]
BleServerService.java 152 private static final UUID DESCRIPTOR_NO_READ_UUID =
712 BluetoothGattDescriptor descriptor_permission = new BluetoothGattDescriptor(DESCRIPTOR_NO_READ_UUID, 0x10);
    [all...]

Completed in 246 milliseconds