Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientTestBaseActivity.java119 filter.addAction(BleClientService.BLE_BLUETOOTH_CONNECTED); in onStart()
248 case BleClientService.BLE_BLUETOOTH_CONNECTED:
DBleClientService.java95 public static final String BLE_BLUETOOTH_CONNECTED = field in BleClientService
799 Intent intent = new Intent(BLE_BLUETOOTH_CONNECTED); in notifyConnected()