Exemplo n.º 1
0
  public HeartRateService() {

    bleService = new BLEService();

    minuteHeartRates = new ArrayList<HeartRateData>();
    bleService.setLis(this);
  }
Exemplo n.º 2
0
 public HeartRateService() {
   BLEService.setLis(this);
 }