zephyr/subsys/bluetooth/audio/shell
Emil Gydesen 63fbeebb9a Bluetooth: BAP: Shell: Add missing err check for bt_bap_ep_get_info
Two places we did not have an error check from calling
bt_bap_ep_get_info before accessing the result. These
have simply been added (without an else), as they are
(very) unlikely to fail.

This was caught by coverity and thus fixes those
coverity issues.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-03-12 09:46:24 +00:00
..
audio.h Bluetooth: CAP: Shell: Add proper broadcast commands 2024-03-12 09:45:10 +00:00
bap_broadcast_assistant.c Bluetooth: BAP: Shell: BA fix add_pa_sync command 2024-02-26 11:54:56 +00:00
bap_scan_delegator.c Bluetooth: Audio: define bt_bap_bass_subgroup struct. 2024-02-14 19:04:01 +01:00
bap.c Bluetooth: BAP: Shell: Add missing err check for bt_bap_ep_get_info 2024-03-12 09:46:24 +00:00
cap_acceptor.c Bluetooth: CSIP: remove print_sirk 2024-02-25 22:28:26 -05:00
cap_commander.c Bluetooth: Audio: Shell: CAP change volume mute command 2024-02-25 22:25:26 -05:00
cap_initiator.c Bluetooth: CAP: Shell: Add proper broadcast commands 2024-03-12 09:45:10 +00:00
CMakeLists.txt Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
csip_set_coordinator.c
csip_set_member.c Bluetooth: CSIP: Fix typo from cm_csip to cmd_csip 2024-02-25 22:28:26 -05:00
gmap.c Bluetooth: GMAP: Add GMAP shell 2023-12-11 18:30:57 +01:00
has_client.c Bluetooth: CAP and HAP: Shell: Replace - with _ in commands 2024-02-07 15:26:29 +00:00
has.c Bluetooth: CAP and HAP: Shell: Replace - with _ in commands 2024-02-07 15:26:29 +00:00
mcc.c Bluetooth: Audio: MCC optional procedures actually optional 2024-02-02 12:42:55 +01:00
media_controller.c
micp_mic_ctlr.c bluetooth: fixes shadow variables 2023-08-17 13:00:09 +02:00
micp_mic_dev.c
mpl.c
pbp.c Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
tbs_client.c Bluetooth: audio: tbs_client: Subscribe to all required notifications 2023-08-23 15:44:07 +02:00
tbs.c
tmap.c Bluetooth: TMAP: Move role definitions from shell/tmap.c to tmap.h 2024-02-26 11:39:41 +00:00
vcp_vol_ctlr.c Bluetooth: Audio: Shell: CAP change volume command 2024-01-17 12:00:09 -05:00
vcp_vol_rend.c