-
- All Implemented Interfaces:
-
no.nordicsemi.android.ble.callback.DataReceivedCallback
public interface ProfileDataCallback implements DataReceivedCallback
-
-
Method Summary
Modifier and Type Method Description voidonInvalidDataReceived(@NonNull() BluetoothDevice device, @NonNull() Data data)Callback called when the data received do not conform to required scheme. -
-
Method Detail
-
onInvalidDataReceived
void onInvalidDataReceived(@NonNull() BluetoothDevice device, @NonNull() Data data)
Callback called when the data received do not conform to required scheme.
- Parameters:
device- the target device.data- the data received.
-
-
-
-