public interface ProfileDataCallback extends DataReceivedCallback
| Modifier and Type | Method and Description |
|---|---|
default void |
onInvalidDataReceived(android.bluetooth.BluetoothDevice device,
Data data)
Callback called when the data received do not conform to required scheme.
|
onDataReceiveddefault void onInvalidDataReceived(@NonNull
android.bluetooth.BluetoothDevice device,
@NonNull
Data data)
device - the target device.data - the data received. If the DataMerger was used, this contains the
merged result.