-
- All Implemented Interfaces:
-
no.nordicsemi.android.ble.common.profile.sc.SensorLocationTypes
public interface SensorLocationCallback implements SensorLocationTypes
-
-
Method Summary
Modifier and Type Method Description abstract voidonSensorLocationReceived(@NonNull() BluetoothDevice device, int location)Callback called when Sensor Location characteristic was read. -
-
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.
-
-
-
-