-
public interface BodySensorLocationCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonBodySensorLocationReceived(@NonNull() BluetoothDevice device, int sensorLocation)Callback received when Body Sensor Location characteristic has been read. -
-
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.
-
-
-
-