forked from pauldemarco/flutter_blue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MTU (Maximum Transmission Unit) (pauldemarco#363)
* Update protobuf * Add MtuSizeRequest MtuSizeResponse proto messages * Add BluetoothDeviceCache. Implement requestMtu and mtu. (Android) The BluetoothDeviceCache class is used to augment the underlying Bluetooth API cache for missing information, such as mtu size. * Add quick ListTile to test MTU features. * Add requestMtu and mtu to BluetoothDevice. * Doc updates. Run dartfmt on example. * Update readme. * Add mtu and requestMtu to iOS. * Add comment about which type to use for iOS mtu size. * Update generated iOS project file.
- Loading branch information
1 parent
f3c8b0b
commit 6e4410c
Showing
15 changed files
with
639 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.