zephyr/subsys/bluetooth/shell
Aleksander Wasaznik d3a0c769b0 Bluetooth: Shell: Workaround coverity uint comparation
The current code triggers a false positive from the heuristic "Macro
compares unsigned to 0". It's triggered because of a use of `IN_RANGE`
that checks against the extremal values of a enum type.

This patch replaces the use of `IN_RANGE` with an explicit list of the
possible values of the enum.

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/65575

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2023-12-04 16:37:36 +00:00
..
bredr.c Bluetooth: Host: Amend existing L2CAP accept callbacks 2023-09-14 14:36:34 +02:00
bt.c Bluetooth: Shell: Workaround coverity uint comparation 2023-12-04 16:37:36 +00:00
bt.h Bluetooth: Shell: Add selected_per_adv_sync 2023-08-14 13:34:26 +00:00
CMakeLists.txt Bluetooth: Audio: Move audio shell to audio directory 2023-03-20 09:53:34 +01:00
gatt.c bluetooth: fixes shadow variables 2023-08-17 13:00:09 +02:00
hci.c
hci.h
ias_client.c
ias.c
iso.c Bluetooth: shell: make behaviour of iso cmd same as bt cmd 2023-10-27 10:53:25 +02:00
Kconfig Bluetooth: Shell: Select BT_TICKER_NEXT_SLOT_GET when BT_LL_SW_SPLIT 2022-11-03 10:24:49 +01:00
l2cap.c Bluetooth: Use CONFIG_BT_CONN_TX_USER_DATA_SIZE 2023-11-30 10:06:19 +01:00
ll.c
ll.h
rfcomm.c
ticker.c