Skip to content

Commit

Permalink
Cleanup request MTU explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Mar 31, 2020
1 parent 47aee02 commit 07cd496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ characteristic.value.listen((value) {
final mtu = await device.mtu.first;
await device.requestMtu(512);
```
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)
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)

## Reference
### FlutterBlue API
Expand Down

0 comments on commit 07cd496

Please sign in to comment.