zephyr/subsys/bluetooth
Vinayak Kariappa Chettimada bfd393ac62 Bluetooth: controller: legacy: Ensure that a case statement is present
When compiling a sample like a beacon, none of the `if defined()`
statements in the switch case are actually compiled in, so the compiler
complains of an orphan mem_release();break; sequence.
Add a type that we know will always be compiled in in order to avoid
this issue.

Relates to commit 76bfea7cf9 ("Bluetooth: controller: Ensure that a
`case` statement is present").

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2019-09-18 20:56:43 +02:00
..
common kconfig: Convert device tree chosen properties to new kconfigfunctions 2019-09-13 11:42:34 -05:00
controller Bluetooth: controller: legacy: Ensure that a case statement is present 2019-09-18 20:56:43 +02:00
host Bluetooth: Pass local identity to bt_conn_add_le() 2019-09-17 11:36:38 +03:00
mesh Bluetooth: Mesh: Add model reset callback 2019-09-16 22:56:22 +03:00
services Bluetooth: GATT: Fix using variable size storage for CCC 2019-08-22 15:14:39 +03:00
shell Bluetooth: Shell: Fix shell build dependencies 2019-09-07 15:48:35 +03:00
CMakeLists.txt Bluetooth: controller: Rename BT_LL_SW to BT_LL_SW_LEGACY 2019-07-22 14:23:42 +02:00
Kconfig kconfig: Convert device tree chosen properties to new kconfigfunctions 2019-09-13 11:42:34 -05:00