nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ble_app_gls donot use LESC

Hi All,

SDK => v17.1.0

IDE => Segger

I'm using ble_app_gls and I want to remove LESC.

According  to my project => 

I have define a macro,the name is LESC, it used to switch whether to use the LESC function.

My pairing parameter settings are shown in the figure :

Why pm_sec_params_set(&sec_param) return invalid?

Best regards,

Kai

Parents Reply
  • Hi Vidar,

    First, let me reply this message.

    You have to make a few more changes as the example is set up to require MITM protection by default. It should work if you comment these sections:

    It can work now.

    Second,I want to tell you about the project I am testing.

    I am testing this pairing table :

    And set the security level to the characteristic :

    Based on the combination of pairing table and security level, I have listed one of the test items:

    What is the result of my purpose for these combinations to actually run.

    I am confused about the choice of security level and the setting of pairing parameters.

Children
Related