Package 

Interface SensorLocationCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSensorLocationReceived(@NonNull() BluetoothDevice device, int location) Callback called when Sensor Location characteristic was read.
      • Methods inherited from class java.lang.Object

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

      • onSensorLocationReceived

         abstract void onSensorLocationReceived(@NonNull() BluetoothDevice device, int location)

        Callback called when Sensor Location characteristic was read.

        Parameters:
        device - the target device.
        location - the sensor location, one of SENSOR_LOCATION_* constants.