Skip to content

Commit 07cd496

Browse files
committed
Cleanup request MTU explanation.
1 parent 47aee02 commit 07cd496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ characteristic.value.listen((value) {
105105
final mtu = await device.mtu.first;
106106
await device.requestMtu(512);
107107
```
108-
Note that iOS will not allow that you request the MTU size, but will always try to negotiate the highest possible MTU (iOS supports up to MTU size 185)
108+
Note that iOS will not allow requests of MTU size, and will always try to negotiate the highest possible MTU (iOS supports up to MTU size 185)
109109

110110
## Reference
111111
### FlutterBlue API

0 commit comments

Comments
 (0)