Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerBaseActivity.java71 filter.addAction(BleEncryptedServerService.INTENT_WAIT_WRITE_ENCRYPTED_DESCRIPTOR); in onResume()
124 case BleEncryptedServerService.INTENT_WAIT_WRITE_ENCRYPTED_DESCRIPTOR:
DBleEncryptedServerService.java61 public static final String INTENT_WAIT_WRITE_ENCRYPTED_DESCRIPTOR = field in BleEncryptedServerService
255 Intent intent = new Intent(INTENT_WAIT_WRITE_ENCRYPTED_DESCRIPTOR); in notifyDescriptorWriteRequest()