Package 

Interface BodySensorLocationCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onBodySensorLocationReceived(@NonNull() BluetoothDevice device, int sensorLocation) Callback received when Body Sensor Location characteristic has been read.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onBodySensorLocationReceived

         abstract void onBodySensorLocationReceived(@NonNull() BluetoothDevice device, int sensorLocation)

        Callback received when Body Sensor Location characteristic has been read.

        Parameters:
        device - the target device.
        sensorLocation - the sensor location, see SENSOR_LOCATION_* constants.