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

BLE5 advData length

Hi,

I'm working with nRF52832 chip following the example "ble_app_beacon". I see the advertising packet is limited to 31 bytes only. However, I'd like to take an advantage of BLE 5 spec and increase the size to 255 bytes. Is it possible? I tried to modify:

/**@brief Maximum size of advertising data in octets. */
#define BLE_GAP_ADV_MAX_SIZE            (255)

in "ble_gap.h", but it seems to have no effect.

Can somebody advise please?

Many thanks

Parents
  • FormerMember
    0 FormerMember

    S132 v.6.1.0 was just released!

    From the Product Update Notification:

    SoftDevice S132 v6.1.0

    For a full overview of all changes, please read the release notes located in the installation directory.

    Highlights of this release:

    • Qualified and supported LE Advertising Extensions features:
      • Long advertising packets
      • Chained advertising packets
      • Advertising and connection establishment on 2 Mbps and 1 Mbps
    • API to get the SoftDevice variant, flash usage, reserved PPIs, and reserved interrupt priorities
    • Fixed an issue with the S132 6.0.0 workaround for Errata 201 where the HFXO would sometimes not be released properly after RC calibration

     

     

Reply
  • FormerMember
    0 FormerMember

    S132 v.6.1.0 was just released!

    From the Product Update Notification:

    SoftDevice S132 v6.1.0

    For a full overview of all changes, please read the release notes located in the installation directory.

    Highlights of this release:

    • Qualified and supported LE Advertising Extensions features:
      • Long advertising packets
      • Chained advertising packets
      • Advertising and connection establishment on 2 Mbps and 1 Mbps
    • API to get the SoftDevice variant, flash usage, reserved PPIs, and reserved interrupt priorities
    • Fixed an issue with the S132 6.0.0 workaround for Errata 201 where the HFXO would sometimes not be released properly after RC calibration

     

     

Children
No Data
Related