Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerBaseActivity.java70 filter.addAction(BleEncryptedServerService.INTENT_WAIT_READ_ENCRYPTED_CHARACTERISTIC); in onResume()
120 case BleEncryptedServerService.INTENT_WAIT_READ_ENCRYPTED_CHARACTERISTIC:
DBleEncryptedServerService.java59 public static final String INTENT_WAIT_READ_ENCRYPTED_CHARACTERISTIC = field in BleEncryptedServerService
246 Intent intent = new Intent(INTENT_WAIT_READ_ENCRYPTED_CHARACTERISTIC); in notifyCharacteristicReadRequest()