menu
flutter_simple_ble package
documentation
ble_method_channel.dart
BleMethodChannel
mtuNow method
mtuNow method
dark_mode
light_mode
mtuNow
method
@
override
int
mtuNow
(
BleRemoteId
remoteId
)
override
Implementation
@override int mtuNow(BleRemoteId remoteId) => _mtuValues[remoteId]?.mtu ?? 23;
flutter_simple_ble package
documentation
ble_method_channel
BleMethodChannel
mtuNow method
BleMethodChannel class