commit | f9cd9d4a7b54fc729d8d9970849a4dfa03969de3 | [log] [tgz] |
---|---|---|
author | Vinayak Kariappa Chettimada <vich@nordicsemi.no> | Tue Nov 21 10:08:30 2017 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Nov 22 18:48:05 2017 -0500 |
tree | 3447e14adc57dad7cf056724c71baf452b7d508a | |
parent | ea68c3aa2240232a644155ec6e4bd4884e535ee8 [diff] |
Bluetooth: controller: Fix compile error when LE_ENC is disabled Fixes the following compile error when CONFIG_BT_CTLR_LE_ENC is disabled: subsys/bluetooth/controller/ll_sw/ctrl.c: In function 'isr_rx_conn_pkt_ctrl': subsys/bluetooth/controller/ll_sw/ctrl.c:2613:29: error: 'LLCP_ENCRYPTION' undeclared (first use in this function) (conn->llcp_type != LLCP_ENCRYPTION)) || ^~~~~~~~~~~~~~~ Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>