Home
last modified time | relevance | path

Searched refs:DESCRIPTOR_ENCRYPTED_READ_UUID (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerService.java79 private static final UUID DESCRIPTOR_ENCRYPTED_READ_UUID = field in BleEncryptedServerService
187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues()
282 descriptor = new BluetoothGattDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID, 0x02); in createService()
401 if (descriptor.getUuid().equals(DESCRIPTOR_ENCRYPTED_READ_UUID)) {
DBleEncryptedClientService.java108 private static final UUID DESCRIPTOR_ENCRYPTED_READ_UUID = field in BleEncryptedClientService
285 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID); in startEncryptedAction()
466 if (uid.equals(DESCRIPTOR_ENCRYPTED_READ_UUID)) {
487 if (uid.equals(DESCRIPTOR_ENCRYPTED_READ_UUID)) {