zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada f9cd9d4a7b 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>
2017-11-22 18:48:05 -05:00
..
hal Bluetooth: controller: Use PPI indices 14/15 for PA/LNA 2017-11-22 18:46:20 -05:00
hci kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
include Bluetooth: controller: Add Read TX Power commands 2017-08-25 11:27:22 +02:00
ll_sw Bluetooth: controller: Fix compile error when LE_ENC is disabled 2017-11-22 18:48:05 -05:00
ticker Bluetooth: controller: Replace void * with memq_link_t 2017-11-22 15:28:49 +01:00
util Bluetooth: controller: Replace void * with memq_link_t 2017-11-22 15:28:49 +01:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig Bluetooth: controller: Fix to enable Asym PHY on nRF52 Series 2017-10-30 14:51:18 +01:00