Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerService.java77 private static final UUID DESCRIPTOR_ENCRYPTED_WRITE_UUID = field in BleEncryptedServerService
284 descriptor = new BluetoothGattDescriptor(DESCRIPTOR_ENCRYPTED_WRITE_UUID, 0x20); in createService()
424 if (descriptor.getUuid().equals(DESCRIPTOR_ENCRYPTED_WRITE_UUID)) {
DBleEncryptedClientService.java106 private static final UUID DESCRIPTOR_ENCRYPTED_WRITE_UUID = field in BleEncryptedClientService
279 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_WRITE_UUID); in startEncryptedAction()
508 if (uid.equals(DESCRIPTOR_ENCRYPTED_WRITE_UUID)) {