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

Does nRF5_SDK_17.0.2_d674dde support BLE V5.2?

Hi:

s132_nrf52_7.2.0_release-notes.pdf shows us below words in page 3 about limitation:

GATT:To conform to the Bluetooth Core Specification v 5.2, there shall be no secondary service that is not referenced somehow by a primary service. The SoftDevice does not enforce this.

Does that mean SoftDevice S132 V7.2 support BLE V5.2 but still has some limitations on GATT application?

MichaelSe

  • Hi,

    As long as all secondary services are referenced (possibly indirectly) by a primary service, s132 v 7.2.0 conforms with BLE v5.2.

    However, as the SoftDevice doesn't enforce this requirement (you will not get any errors if you have a secondary service not referenced by a primary service), it is up to the application developer to ensure that the requirement is satisfied.

    Best regards,

    Didrik

Related