adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
199 stars 120 forks source link

Packet size #6

Closed george-i closed 8 years ago

george-i commented 8 years ago

Is it possible to set maximum packet size to 512 (instead of default 20)?

microbuilder commented 8 years ago

Packets are limited to 20 bytes as per the BLE spec.