edrosten / libblepp

Modern clean C++ Bluetooth Low Energy on Linux without the Bluez DBUS API
Other
241 stars 63 forks source link

Add API to resize the buffer of the BLEDevice #53

Closed cwgthornton closed 4 years ago

cwgthornton commented 4 years ago

If the device sends packets that are larger than 128 bytes, the extra bytes are dropped. This adds an API to allow for clients to resize the buffer to obtain the full message.