public interface MtuCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onMtuChanged(android.bluetooth.BluetoothDevice device,
int mtu)
Method called when the MTU request has finished with success.
|
void onMtuChanged(@NonNull
android.bluetooth.BluetoothDevice device,
int mtu)
device - the target device.mtu - the new MTU (Maximum Transfer Unit).