Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerStartActivity.java73 filter.addAction(BleServerService.BLE_SERVER_DISCONNECTED); in onResume()
128 } else if (action == BleServerService.BLE_SERVER_DISCONNECTED) {
DBleServerService.java59 public static final String BLE_SERVER_DISCONNECTED = field in BleServerService
164 Intent intent = new Intent(BLE_SERVER_DISCONNECTED); in notifyDisconnected()