Closed RyanLindemanCAE closed 4 years ago
Thank you for merging my pull request that addresses this issue. Do you have a timeline when a release will be made that includes this fix?
The code was part of v0.14.2 that was released to pypi a while ago (Feb 14th), though it hadn't been released here on github until now. Closing the issue.
I am using the pc-ble-driver-py as a platform to test my BLE peripheral device. I need the ability to read characteristics which exceed the ATT MTU value. This is possible if an offset parameter is added to the read_req method found in ble_adapter.py and then using a similar algorithm to the following: