Home
last modified time | relevance | path

Searched refs:BLE_BLUETOOTH_MISMATCH_INSECURE (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerTestBaseActivity.java122 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
262 case BleServerService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleClientTestBaseActivity.java130 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
358 case BleClientService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleClientService.java87 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleClientService
635 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_INSECURE); in notifyMismatchInsecure()
DBleServerService.java64 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleServerService