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.java109 filter.addAction(BleClientService.BLE_BLUETOOTH_CONNECTED); in onResume()
223 case BleClientService.BLE_BLUETOOTH_CONNECTED:
DBleClientService.java91 public static final String BLE_BLUETOOTH_CONNECTED = field in BleClientService
658 Intent intent = new Intent(BLE_BLUETOOTH_CONNECTED); in notifyConnected()