Closed vovagorodok closed 1 year ago
Created issue: https://github.com/arduino-libraries/ArduinoBLE/issues/299
We can sipmlify protocol by removing ATTR_SIZE from begin_resp of protocol. We can read MTU_SIZE from central libraries and ATTR_SIZE = MTU_SIZE - 3 for write. bluezero: https://github.com/ukBaz/python-bluezero/issues/397 flutter_reactive_ble: has requestMtu method
ATTR_SIZE can be less than MTU_SIZE - 3, and work incorrectly. That why ATTR_SIZE still transmited via protocol
Prepare more clear understanding and code for MTU/ATTR sizes. Currently doesn't work for nano_33_iot.