Searched refs:BLE_SERVER_CONNECTED (Results 1 – 2 of 2) sorted by relevance
61 private final int BLE_SERVER_CONNECTED = 1; field in BleServerTestBaseActivity108 filter.addAction(BleServerService.BLE_SERVER_CONNECTED); in onResume()195 case BleServerService.BLE_SERVER_CONNECTED:196 mTestAdapter.setTestPass(BLE_SERVER_CONNECTED);203 mTestAdapter.setTestPass(BLE_SERVER_CONNECTED);
70 public static final String BLE_SERVER_CONNECTED = field in BleServerService399 Intent intent = new Intent(BLE_SERVER_CONNECTED); in notifyConnected()