This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Minimum Non-Connectable Advertising Interval Limit

Just noticed through some experimentation that the SD 7.1 Stack rejects Non-Connectable Advertising Parameters if the interval is less than 152.5msec? Error: NRF_ERROR_INVALID_PARAM

Is this a SIG Bluetooth Spec Limit?

-DC

Parents
  • FormerMember
    0 FormerMember

    As long as the advertising interval is within the range set by Bluetooth SIG (20 ms to 10.24 s), it should be fine.

    The example ble_app_beacon in SDK 6.1.0 (S110 v. 7.1.0) uses non-connectable advertising with advertising interval of 100 ms, and it works fine. Which other advertising parameters do you use?

Reply
  • FormerMember
    0 FormerMember

    As long as the advertising interval is within the range set by Bluetooth SIG (20 ms to 10.24 s), it should be fine.

    The example ble_app_beacon in SDK 6.1.0 (S110 v. 7.1.0) uses non-connectable advertising with advertising interval of 100 ms, and it works fine. Which other advertising parameters do you use?

Children
Related