zephyr/tests/bluetooth/audio
Emil Gydesen ce9e8f8b9e Bluetooth: BAP: Fix bad use of bt_ascs_ase_status
The bt_ascs_ase_status was stored directly in the
struct bt_bap_ep, which was an issue as
bt_ascs_ase_status is a variable sized struct.
The struct could have been moved to the end of
bt_bap_ep to avoid the issues it caused, but
there is no actual reason to use that struct
rather than storing the ID and state as
seperate values.

The ascs_ep_get_state exists but was not widely
used in ascs. Modify places to use the function
instead of directly accessing the state.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-09-09 10:30:45 +02:00
..
ascs tests: Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
bap_base tests: Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
bap_broadcast_source tests: Bluetooth: BAP: Unittest bt_bap_broadcast_source_foreach_stream 2025-08-16 10:20:10 +02:00
cap_commander tests: bluetooth: audio: vocs: fix null dereference 2025-07-19 15:42:32 -04:00
cap_initiator Bluetooth: BAP: Fix bad use of bt_ascs_ase_status 2025-09-09 10:30:45 +02:00
ccid tests: Bluetooth: CCID: Add unit testing of CCID 2024-10-15 04:10:28 -04:00
ccp_call_control_client tests: Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00
ccp_call_control_server Bluetooth: CCP: Add support for set/get provider name 2025-09-04 11:30:36 +02:00
codec Bluetooth: BAP: Remove GATT_CACHING req for unicast server 2025-02-14 19:15:57 +00:00
mocks Bluetooth: CCP: Check conn type before access by index 2025-07-28 16:45:17 -04:00
pacs tests: Bluetooth: Audio: Fix includes 2025-05-01 13:42:37 +02:00