Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 7 months ago.
Minimum advertising interval?
Hello - I've been looking at the (very nice!) BLE_API for the nRF51822, and was wondering about the GAP advertising parameters.
In the headers and API documentation, the GAP_ADV_PARAMS_INTERVAL_MIN_NONCON is 0x0020, corresponding to 20 ms.
Is this limit enforced by the BLE library or the device firmware?
We require an 11.25 ms connection interval for some HID work we are doing (we've already checked that the central will accept it), so are hoping that the 20 ms minimum is advisory only.
Thank you!
Question relating to:
1 Answer
10 years, 7 months ago.
Hi,
20ms is the minimum advertisement interval allowed by the Bluetooth specification.
The minimum connection interval is 7.5 ms so it should be well within your requirements as long as it is supported by the central device.
Best regards,
Ghhaaaa! "advertisement" interval versus "connection" interval... I'm constantly getting these mixed up in my head because certain API "how to" document (cough)Core(cough)Bluetooth mix them up, as do many people asking questions online (like me).
Thanks for the answer, and I appreciate you NOT saying "advertising interval is not the same as connection interval, you idiot!" :-)
Cheers, -Andrew.
posted by 23 Apr 2014