Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityClientBaseActivity.java86 filter.addAction(BleConnectionPriorityClientService.ACTION_BLUETOOTH_MISMATCH_SECURE); in onResume()
223 case BleConnectionPriorityClientService.ACTION_BLUETOOTH_MISMATCH_SECURE:
DBleConnectionPriorityClientService.java60 public static final String ACTION_BLUETOOTH_MISMATCH_SECURE = field in BleConnectionPriorityClientService
330 Intent intent = new Intent(ACTION_BLUETOOTH_MISMATCH_SECURE); in notifyMismatchSecure()