How can i change mode and level with nrf54l15

Hi,

I tried to change security level, but it's not changing.

When i set CONFIG_BT_SMP_SC_ONLY=y, it's working well with security level 4,

but i want to change mode1, level3.

how can i change it?

Tool : VS code

SDK : nRF Connect SDK v2.8.0

Board : AN54L15Q-DB(nRF54L15)

thanks for helping

Parents Reply
  • HI,

    Bluetooth LE defines 4 security levels in security mode 1:

    • Level 1: No security (open text, meaning no authentication and no encryption) 
    • Level 2: Encryption with unauthenticated pairing
    • Level 3: Authenticated pairing with encryption
    • Level 4: Authenticated LE Secure Connections pairing with encryption

    Because level4 is not support old version phone, so i need to set level3

    Thanks  

Children
Related