Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerStartActivity.java67 filter.addAction(BleServerService.BLE_SERVER_CONNECTED); in onResume()
110 } else if (action == BleServerService.BLE_SERVER_CONNECTED) {
DBleServerService.java57 public static final String BLE_SERVER_CONNECTED = field in BleServerService
158 Intent intent = new Intent(BLE_SERVER_CONNECTED); in notifyConnected()