zephyr/subsys/bluetooth/audio
Nirav Agrawal b59d8d56bf bluetooth: bap_unicast_client: fix PTS BAP/UCL/SCC/BV-103-C failure
- In bap_unicast_client, it was assumed that ASE is binded with CIS
 handler during sending "received_stop_ready" to unicast_server.
- In case where unicast_client has not started the stream with
 "receiver_start_ready" att command to server, but wants to disable
 ASE which was Enabled previously (but not stream!) causes failure
 since there is no cis_create has happened and linked to ASE.
- In BAP_TS, "BAP/UCL/SCC/BV-103-C" has a same test conditions where
 client first enables the ASE, disable the ASE, and expecting
 "receiver_stop_ready" att command from client to server followed by
 server notification to enter its ASE in QoS_configured state.
- Removed this condition checks to send expected att command to
 server from Enabling ASE state to Disable ASE.

Signed-off-by: Nirav Agrawal <nirav.agrawal@nxp.com>
2025-07-20 12:24:43 -04:00
..
shell Bluetooth: CAP: Add cap_unicast_group API 2025-06-17 08:20:25 +02:00
aics_client.c Bluetooth: AICS Client: Fix sonarcloud issues 2025-06-11 08:57:26 -04:00
aics_internal.h Bluetooth: AICS: Replace bools with atomic 2024-09-04 09:54:05 +02:00
aics.c Bluetooth: AICS: Fix sonarcloud issues 2025-06-11 08:57:26 -04:00
ascs_internal.h Bluetooth: ASCS: Sonarcloud fixes 2025-06-11 08:58:09 -04:00
ascs.c Bluetooth: ASCS: fix uninitialized pointer read 2025-07-08 13:44:37 -05:00
audio_internal.h Bluetooth: Audio: Add missing default case for bt_audio_dir_str 2025-06-24 15:34:01 -05:00
audio.c Revert "Bluetooth: Audio: Use generic count_bits to count bits" 2025-03-18 16:39:47 +01:00
bap_base.c Bluetooth: BAP: Use IN_RANGE in bt_bap_base_get_base_from_ad 2025-06-24 15:34:17 -05:00
bap_broadcast_assistant.c Bluetooth: BAP: BA: Add check for mixing NO_PREF with specific BIS 2025-05-27 12:02:16 +01:00
bap_broadcast_sink.c Bluetooth: Audio: fix BIS_Sync_State for BASS server 2025-05-16 17:32:28 +02:00
bap_broadcast_source.c Bluetooth: ISO: Make setting ISO data explicit 2025-03-19 10:56:57 +01:00
bap_endpoint.h Bluetooth: BAP: Fix issue with sink recv state notifications 2025-02-06 21:13:15 +01:00
bap_internal.h Bluetooth: Audio: Remove BT_AUDIO_BROADCAST_CODE_SIZE 2024-10-25 22:43:40 +01:00
bap_iso.c Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
bap_iso.h Bluetooth: ISO: Make setting ISO data explicit 2025-03-19 10:56:57 +01:00
bap_scan_delegator.c Bluetooth: BAP: SD: Add check for mixing NO_PREF with specific BIS 2025-05-27 12:02:16 +01:00
bap_stream.c bluetooth: bap_unicast_client: fix PTS BAP/UCL/SCC/BV-103-C failure 2025-07-20 12:24:43 -04:00
bap_stream.h Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
bap_unicast_client_internal.h Bluetooth: Audio: Spring cleanup for audio source files 2025-02-04 12:03:04 +01:00
bap_unicast_client.c bluetooth: bap_unicast_client: fix PTS BAP/UCL/SCC/BV-103-C failure 2025-07-20 12:24:43 -04: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 Bluetooth: ASCS: Sonarcloud fixes 2025-06-11 08:58:09 -04:00
cap_commander.c Bluetooth: CAP: Add better active_proc checks 2025-04-07 09:59:08 +02:00
cap_common.c Bluetooth: CAP: Add better active_proc checks 2025-04-07 09:59:08 +02:00
cap_initiator.c bluetooth: bap_unicast_client: fix PTS BAP/UCL/SCC/BV-103-C failure 2025-07-20 12:24:43 -04:00
cap_internal.h Bluetooth: ASCS: Sonarcloud fixes 2025-06-11 08:58:09 -04:00
cap_stream.c Bluetooth: CAP: Add support for handling ASE errors 2024-10-23 16:53:44 +02:00
ccid.c Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
ccp_call_control_client.c Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
ccp_call_control_server.c Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
CMakeLists.txt Bluetooth: CCP: Initial CCP Client implemenation 2025-01-28 09:46:39 +01:00
codec.c Bluetooth: Audio: Add bt_audio_data_get_val 2024-10-25 14:01:42 +02:00
csip_crypto.c Bluetooth: audio: Fix byteorder in csip sef crypto function 2025-01-20 16:28:35 +01:00
csip_crypto.h Bluetooth: CSIP: Update documentation for CSIP crypto functions 2025-02-08 08:13:17 +01:00
csip_internal.h Bluetooth: CSIP: Update documentation for CSIP crypto functions 2025-02-08 08:13:17 +01:00
csip_set_coordinator.c Bluetooth: CSIP: Add support for dynamically setting set size 2025-03-20 14:23:40 +01:00
csip_set_member.c Bluetooth: CSIP: Remove excess + at start of link for test_k 2025-06-24 15:33:41 -05:00
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 Bluetooth: Host: Make bt_le_addr_is_bonded public 2025-03-13 10:48:19 +01:00
Kconfig Bluetooth: CCP: Introduce new CCP API 2025-01-08 07:50:32 +01:00
Kconfig.aics Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
Kconfig.ascs Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
Kconfig.bap Bluetooth: BAP: Remove GATT_CACHING req for unicast server 2025-02-14 19:15:57 +00:00
Kconfig.cap Bluetooth: Audio: Update SCAN_DELEGATOR dependency to GATT_DYNAMIC_DB 2024-10-23 16:53:37 +02:00
Kconfig.ccp Bluetooth: CCP: Initial CCP Client implemenation 2025-01-28 09:46:39 +01:00
Kconfig.csip Bluetooth: CSIP: Add support for dynamically setting set size 2025-03-20 14:23:40 +01:00
Kconfig.gmap
Kconfig.has Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
Kconfig.mcs Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
Kconfig.mctl
Kconfig.micp Bluetooth: Audio: depends on GATT instead of select 2024-11-21 09:19:47 +01:00
Kconfig.mpl Bluetooth: CCID: Make the CCID API public 2024-10-15 04:10:28 -04:00
Kconfig.pacs Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
Kconfig.pbp
Kconfig.tbs Bluetooth: TBS: Ensure sending notifications 2025-03-13 10:27:59 +01:00
Kconfig.tmap Bluetooth: TMAP: Fix issues with _SUPPORTED kconfigs 2025-07-01 10:56:06 -10:00
Kconfig.vcp Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
Kconfig.vocs Bluetooth: Audio: Add dependency for BT_SMP 2025-02-05 14:57:20 +01:00
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 Bluetooth: Audio: Add common bt_audio_get_max_ntf_size 2025-02-14 19:15:42 +00:00
media_proxy_internal.h
media_proxy.c Bluetooth: Audio: add bt_ prefix when registering logging module 2024-12-09 15:10:57 +01: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: MPL: Fix build issues with the MPL shell 2025-01-07 00:27:17 +01:00
pacs_internal.h Bluetooth: BAP: Add common capability check 2025-01-15 19:04:31 +01:00
pacs.c Bluetooth: Audio: Rename ctx type prohibited to none 2025-05-08 01:58:01 +02: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: TBS: Client: Fix sizeof('\0') 2025-03-28 12:20:10 +01:00
tbs_internal.h Bluetooth: TBS: Replace busy bool with atomic 2024-09-12 14:48:23 +02:00
tbs.c Bluetooth: TBS: Add support for long read with dirty bit 2025-04-29 13:00:07 +02:00
tmap.c Bluetooth: TMAP: Add role validation for bt_tmap_register 2024-12-27 14:09:13 +01: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