<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Background info - I am working with a Polar H10 heart rate sensor
      - the sensor provides both heart rate and ecg data.</p>
    <p>I have no problem creating a QLowEnergyService object when I am
      dealing with heart rate. The problem lies with attempting to
      create the service object for ecg. The createServiceObject takes a
      QBluetoothUuid, problem is ecg is not one of the GATT standard
      items and is not contained in QBluetoothUuid. The Polar UUID for
      ecg is <span style=" color:#008000;">"FB005C80-02E7-F387-1CAD-8ACD2D8DF0C8". 
        Is it possible to create the service object with this
        information or am I out of luck trying to get non standard data
        or is there another approach? <br>
      </span></p>
    <p><span style=" color:#008000;">Thanks in Advance</span></p>
    <p><span style=" color:#008000;">Tom<br>
      </span></p>
    <p><br>
    </p>
  </body>
</html>