commit | 57e1056befd977d7b58aefe3a59b47282df9bae6 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Dec 22 13:44:22 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sun Jun 05 14:12:50 2022 +0200 |
tree | 2973e8e134f32335a2161ea04b97f5a723aaedc9 | |
parent | b3cddc6d27227e04f2de76a003bb61c7f2db9ea9 [diff] |
Bluetooth: ISO: Guard sec_level with CONFIG_BT_SMP The ISO security implementation works by verifying against the acl (bt_conn) sec_level field. The bt_conn sec_level field is only available if CONFIG_BT_SMP is enabled, so this commit adds guards for all ISO security checks as well. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>