Creating CIS fails when BLE connection is encrypted (security level >= 2)

Hi all, 
need to establish a CIS connection to an already connected BLE device with security level >= 2.

However when the ACL connection has security level
>= 2 and the host sends the HCI command "HCI_LE_Create_CIS" (0x2064) to the Softdevice, the Softdevice responds with status "Encryption Mode not Acceptable" (0x25).

Is this not supported or am I missing some Kconfig
?

Using nRF52840 with NCS 2.9.0.

Flow:

  1. Connect ACL connection
  2. Upgrade security level to 2 or 3
  3. Create CIG
  4. Create CIS - FAILS

Zephyr Logs:

Relevant prj.conf:


Any help is highly appreciated.

Parents Reply Children
No Data