zephyr/subsys/bluetooth/audio
Emil Gydesen 5965ffea86 Bluetooth: BAP: Dont discover ASE CP if ASE not found
Added a check in unicast_client_ase_discover_cb that if
no ASE was discovered, then it would stop the discovery
there instead of attempting to call
unicast_client_ase_cp_discover to discover the control point
which would not be useful to use anyhow.

This terminates the discovery earlier in case of the remote
side not supporting the audio direction we are discovering.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-10-23 11:27:17 +02:00
..
shell Bluetooth: Audio: Fix initial Broadcast source values 2024-10-14 13:04:31 +02:00
aics_client.c Bluetooth: AICS: Fix race condition in AICS free inst get 2024-09-20 11:07:57 +02:00
aics_internal.h Bluetooth: AICS: Replace bools with atomic 2024-09-04 09:54:05 +02:00
aics.c
ascs_internal.h Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
ascs.c Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
audio_internal.h Bluetooth: CAP: Fix dependency on BT_BAP_STREAM 2024-09-05 12:24:16 +01:00
audio.c Bluetooth: CAP: Fix dependency on BT_BAP_STREAM 2024-09-05 12:24:16 +01:00
bap_base.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
bap_broadcast_assistant.c Bluetooth: Audio: Fix initial Broadcast source values 2024-10-14 13:04:31 +02:00
bap_broadcast_sink.c Bluetooth: Audio: Fix initial Broadcast source values 2024-10-14 13:04:31 +02:00
bap_broadcast_source.c Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
bap_endpoint.h Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
bap_internal.h Bluetooth: ISO/BAP: Refactor BIS bitfield 2024-07-27 15:19:46 +03:00
bap_iso.c bluetooth: audio: fix typo 2024-06-25 10:27:23 -04:00
bap_iso.h
bap_scan_delegator.c Bluetooth: BASS: add scan cb to scan delegator module. 2024-10-10 10:06:43 +02:00
bap_stream.c Bluetooth: BAP: Fix bad check in bt_audio_valid_qos_pref 2024-10-08 16:58:09 +02:00
bap_stream.h Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
bap_unicast_client_internal.h Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
bap_unicast_client.c Bluetooth: BAP: Dont discover ASE CP if ASE not found 2024-10-23 11:27:17 +02:00
bap_unicast_server.c Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
bap_unicast_server.h
cap_acceptor.c
cap_commander.c Bluetooth: Audio: CAP implement broadcast reception stop 2024-10-02 09:59:23 +02:00
cap_common.c Bluetooth: Audio: CAP implement broadcast reception stop 2024-10-02 09:59:23 +02:00
cap_initiator.c Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
cap_internal.h Bluetooth: Audio: CAP implement broadcast reception stop 2024-10-02 09:59:23 +02:00
cap_stream.c Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg 2024-10-04 16:34:22 +01:00
ccid.c Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
CMakeLists.txt Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
codec.c Bluetooth: Audio: Add helpers for assisted listening stream 2024-09-23 10:03:47 +02:00
csip_crypto.c
csip_crypto.h
csip_internal.h
csip_set_coordinator.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
csip_set_member.c
gmap_client.c Bluetooth: GMAP: Replace busy bool with atomic 2024-09-11 14:00:09 -04:00
gmap_server.c Bluetooth: ascs: Add dynamic ASE registration 2024-09-11 07:41:12 -04:00
has_client.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
has_internal.h
has.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
Kconfig Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
Kconfig.aics
Kconfig.ascs Bluetooth: ascs: Add dynamic ASE registration 2024-09-11 07:41:12 -04:00
Kconfig.bap Bluetooth: BASS: Add support for dynamic registration of BASS 2024-09-26 17:42:39 -04:00
Kconfig.cap
Kconfig.csip kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.gmap
Kconfig.has kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.mcs Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
Kconfig.mctl
Kconfig.micp Bluetooth: MICP: Add bondable requirement 2024-09-19 18:28:01 +01:00
Kconfig.mpl Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
Kconfig.pacs
Kconfig.pbp
Kconfig.tbs Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
Kconfig.tmap
Kconfig.vcp
Kconfig.vocs
mcc_internal.h Bluetooth: MCC: Replace busy bool with atomic 2024-09-11 14:00:16 -04:00
mcc.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
mcs_internal.h
mcs.c
media_proxy_internal.h
media_proxy.c bluetooth: audio: fix typo 2024-06-25 10:27:23 -04:00
micp_internal.h Bluetooth: MICP: Replace busy bool with atomic 2024-09-12 14:48:40 +02:00
micp_mic_ctlr.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
micp_mic_dev.c
mpl_internal.h
mpl.c Bluetooth: CCID: Improved CCID allocation 2024-10-15 04:10:28 -04:00
pacs_internal.h
pacs.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
pbp.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
tbs_client.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
tbs_internal.h Bluetooth: TBS: Replace busy bool with atomic 2024-09-12 14:48:23 +02:00
tbs.c Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
tmap.c bluetooth: audio: fix typo 2024-06-25 10:27:23 -04:00
vcp_internal.h Bluetooth: VCP: Replace bools with atomic 2024-09-17 14:52:37 -04:00
vcp_vol_ctlr.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
vcp_vol_rend.c LE Audio: add conn parameter for bt_vcp_vol_rend_cb 2024-08-20 14:45:35 +02:00
vocs_client.c Bluetooth: VOCS: Replace bools with atomic 2024-09-13 11:38:27 -05:00
vocs_internal.h Bluetooth: VOCS: Replace bools with atomic 2024-09-13 11:38:27 -05:00
vocs.c