digidotcom / xbee-csharp

C# library to interact with Digi International's XBee radio frequency modules from mobile devices.
Mozilla Public License 2.0
14 stars 8 forks source link

ble_interface: split the data to write in chunks based on the MTU size #10

Closed rubenmoral closed 4 years ago

rubenmoral commented 4 years ago

When sending packets larger than the MTU size, the Bluetooth interface of the XBee device hangs and it must be reset.

Signed-off-by: Ruben Moral ruben.moral@digi.com