Searched refs:BLE_SERVICE_ADDED (Results 1 – 2 of 2) sorted by relevance
60 private final int BLE_SERVICE_ADDED = 0; field in BleServerTestBaseActivity107 filter.addAction(BleServerService.BLE_SERVICE_ADDED); in onResume()191 case BleServerService.BLE_SERVICE_ADDED:192 mTestAdapter.setTestPass(BLE_SERVICE_ADDED);
74 public static final String BLE_SERVICE_ADDED = field in BleServerService416 Intent intent = new Intent(BLE_SERVICE_ADDED); in notifyServiceAdded()