Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerStartActivity.java74 filter.addAction(BleServerService.BLE_OPEN_FAIL); in onResume()
131 } else if (action == BleServerService.BLE_OPEN_FAIL) {
DBleServerService.java73 public static final String BLE_OPEN_FAIL = field in BleServerService
152 Intent intent = new Intent(BLE_OPEN_FAIL); in notifyOpenFail()