Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertiserHardwareScanFilterActivity.java88 filter.addAction(BleAdvertiserService.BLE_START_UNSCANNABLE); in onResume()
131 case BleAdvertiserService.BLE_START_UNSCANNABLE:
DBleAdvertiserService.java68 public static final String BLE_START_UNSCANNABLE = field in BleAdvertiserService
267 sendBroadcast(new Intent(BLE_START_UNSCANNABLE)); in handleIntent()