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/
DBleClientStartActivity.java67 filter.addAction(BleClientService.BLE_BLUETOOTH_CONNECTED); in onResume()
111 if (action == BleClientService.BLE_BLUETOOTH_CONNECTED) {
DBleClientService.java66 public static final String BLE_BLUETOOTH_CONNECTED = field in BleClientService
188 Intent intent = new Intent(BLE_BLUETOOTH_CONNECTED); in notifyConnected()