Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1

Hi,

As mentioned in subject line, I am trying to enable BLE SC peripheral in SDK 17.0.1 with softdevice S113. I have enabled the PM_LESC_ENABLED macro in sdk_config and started getting linker errors and I am fixing them by including the source files or include paths. I have following questions-

1- Does this softdevice version support BLE SC even after I enable the code?

2- Are there specific SDK defines which I should enable which might fix these linker issues ? If anybody has done this exercise before ?

Any input will be a great help.

regards,

Anil

Parents Reply
  • Hi Vidar,

    I was able to build my application with LESC flag enabled (used GLS example) however I am still getting "Pairing not supported" error.

    #define BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP       0x85  /**< Pairing not supported.  */

    I am using Nordic nRF52840 softdevice S132 peripheral.

    My central device connects in LEGACY_ONLY mode however not with LESC_ONLY.

    Any inputs are greatly appreciated.

    regards,

    Anil

Children
Related