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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 235 private static final UUID DESCRIPTOR_NEED_ENCRYPTED_READ_UUID =
461 readDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_READ_UUID);
    [all...]
BleServerService.java 156 private static final UUID DESCRIPTOR_NEED_ENCRYPTED_READ_UUID =
723 BluetoothGattDescriptor descriptor_encrypted = new BluetoothGattDescriptor(DESCRIPTOR_NEED_ENCRYPTED_READ_UUID, 0x02);
    [all...]
BleCocServerService.java 144 private static final UUID DESCRIPTOR_NEED_ENCRYPTED_READ_UUID =

Completed in 440 milliseconds