zephyr/subsys/bluetooth/audio
Emil Gydesen 79af154ae7 tests: bsim: Bluetooth: CAP broadcast AC testing
Add testing of the Audio Configurations from the BAP spec using
the CAP API.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-01-11 16:13:00 +00:00
..
shell tests: bsim: Bluetooth: CAP broadcast AC testing 2024-01-11 16:13:00 +00:00
aics.c Bluetooth: aics: Retry sending notification on error 2023-08-24 10:22:12 +02:00
aics_client.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
aics_internal.h Bluetooth: aics: Retry sending notification on error 2023-08-24 10:22:12 +02:00
ascs.c Bluetooth: ascs: Avoid possible unexpected assert 2023-12-12 15:33:13 +01:00
ascs_internal.h Bluetooth: audio: ascs: Defer ASE state transition 2023-07-18 11:05:03 +00:00
audio.c Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
audio_internal.h Bluetooth: micp_mic_dev: Retry sending notification on error 2023-08-24 10:22:12 +02:00
bap_base.c Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
bap_broadcast_assistant.c bluetooth: bap: Fix shift of requested_bis_sync 2023-11-30 12:10:35 +00:00
bap_broadcast_sink.c Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
bap_broadcast_source.c bluetooth: audio: broadcast: Fix missing update of meta_len 2023-12-21 17:18:09 +00:00
bap_endpoint.h Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
bap_internal.h Bluetooth: BAP: Remove lower check in BT_BAP_BASS_VALID_OPCODE 2023-06-05 10:49:29 -04:00
bap_iso.c Bluetooth: BAP: Remove stream->dir field 2023-07-14 16:48:41 +00:00
bap_iso.h Bluetooth: Audio: Refactor bt_audio_codec_cfg to flat arrays 2023-08-28 15:56:53 +02:00
bap_scan_delegator.c bluetooth: bap: Fix shift of requested_bis_sync 2023-11-30 12:10:35 +00:00
bap_stream.c Bluetooth: audio: bap_stream: Fix potential NULL pointer dereference 2023-12-12 15:33:13 +01:00
bap_stream.h Bluetooth: Audio: Refactor bt_audio_codec_cfg to flat arrays 2023-08-28 15:56:53 +02:00
bap_unicast_client.c Bluetooth: ISO: extend API for setting SDU interval 2023-10-23 15:22:10 +02:00
bap_unicast_client_internal.h Bluetooth: Audio: Refactor bt_audio_codec_cfg to flat arrays 2023-08-28 15:56:53 +02:00
bap_unicast_server.c Bluetooth: Audio: Refactor bt_audio_codec_cfg to flat arrays 2023-08-28 15:56:53 +02:00
bap_unicast_server.h Bluetooth: Audio: Refactor bt_audio_codec_cfg to flat arrays 2023-08-28 15:56:53 +02:00
cap_acceptor.c Bluetooth: CAP: Add size and rank checks for CAS register 2023-10-20 15:05:00 +02:00
cap_commander.c Bluetooth: CAP: Commander discovery support 2023-12-19 08:50:40 +01:00
cap_common.c Bluetooth: CAP: Commander discovery support 2023-12-19 08:50:40 +01:00
cap_initiator.c Bluetooth: CAP: Move initiator/commander common code to cap_common 2023-12-07 16:14:42 +00:00
cap_internal.h Bluetooth: CAP: Move initiator/commander common code to cap_common 2023-12-07 16:14:42 +00:00
cap_stream.c Bluetooth: CAP: bt_cap_initiator_started called without unicast support fix 2023-08-23 14:43:43 +02:00
ccid.c Bluetooth: CAP: Add verification of CCIDs as the initiator 2023-10-20 15:05:33 +02:00
ccid_internal.h Bluetooth: CAP: Commander discovery support 2023-12-19 08:50:40 +01:00
CMakeLists.txt Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
codec.c Bluetooth: Audio: Add set functions for codec meta 2023-11-21 08:38:29 +00:00
csip_crypto.c include: util: Add mem_xor functions 2024-01-05 09:06:36 +01:00
csip_crypto.h Bluetooth: audio: csis: Fix Big Endianness for RSI generation 2023-04-12 17:44:29 +02:00
csip_internal.h Bluetooth: Audio: Change CSIP notification to use Atomic flags 2023-09-27 15:47:33 +02:00
csip_set_coordinator.c Bluetooth: Audio: Add resend mechanic to CSIP notifications 2023-09-27 15:47:33 +02:00
csip_set_member.c Bluetooth: Audio: Make CSIP delete bonds in cache locally 2023-09-27 15:47:33 +02:00
gmap_client.c Bluetooth: GMAP: Add initial implementation of GMAP 2023-12-11 18:30:57 +01:00
gmap_server.c Bluetooth: GMAP: Add initial implementation of GMAP 2023-12-11 18:30:57 +01:00
has.c Bluetooth: has: Fix control point error return code 2023-12-13 09:42:04 +01:00
has_client.c Bluetooth: audio: has_client: Move bt_has_client structure to header 2024-01-02 10:10:15 +01:00
has_internal.h Bluetooth: audio: has_client: Move bt_has_client structure to header 2024-01-02 10:10:15 +01:00
Kconfig Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
Kconfig.aics Bluetooth: Audio: Add select BT_GATT_DYNAMIC_DB for audio services 2023-04-04 13:36:26 +02:00
Kconfig.ascs Bluetooth: ASCS: Add support for long read 2023-05-12 15:29:17 +02:00
Kconfig.bap Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
Kconfig.bass Bluetooth: Audio: Rename BASS and BASS client 2022-11-16 11:17:52 +01:00
Kconfig.cap Bluetooth: CAP: Move initiator/commander common code to cap_common 2023-12-07 16:14:42 +00:00
Kconfig.csip Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
Kconfig.gmap Bluetooth: GMAP: Add initial implementation of GMAP 2023-12-11 18:30:57 +01:00
Kconfig.has Bluetooth: audio: has: Fix conditional check 2023-06-05 16:24:18 +02:00
Kconfig.mcs Bluetooth: Audio: Add select BT_GATT_DYNAMIC_DB for audio services 2023-04-04 13:36:26 +02:00
Kconfig.mctl Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
Kconfig.micp Bluetooth: Audio: Add select BT_GATT_DYNAMIC_DB for audio services 2023-04-04 13:36:26 +02:00
Kconfig.mpl Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
Kconfig.pacs Bluetooth: PACS: Remove CONFIG_BT_PACS_{SNK,SRC}_CONTEXT 2023-09-22 09:21:53 +02:00
Kconfig.pbp Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
Kconfig.tbs Bluetooth: audio: tbs_client: Minor Kconfig refactor 2023-07-18 11:06:57 +00:00
Kconfig.tmap Bluetooth: Audio: Add TMAS and two TMAP samples 2023-05-24 16:39:38 +02:00
Kconfig.vcp Bluetooth: Audio: Make VCS optional notify characteristics optional 2023-05-17 19:26:54 +02:00
Kconfig.vocs Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
mcc.c bluetooth: audio: Add API to get MCS service ATT handles 2023-12-06 17:52:49 +00:00
mcc_internal.h bluetooth: audio: Add API to get MCS service ATT handles 2023-12-06 17:52:49 +00:00
mcs.c bluetooth: ots: Fix bt_ots_init paramter struct naming 2023-06-30 16:06:08 +02:00
mcs_internal.h Bluetooth: Audio: Add BT_MCS_VALID_OP 2023-04-07 11:29:54 +02:00
media_proxy.c Bluetooth: Audio: Add BT_MCS_VALID_OBJ_ID 2023-04-07 11:29:54 +02:00
media_proxy_internal.h Bluetooth: Audio: Add media player icon URL changed callback 2023-02-20 11:25:42 +01:00
micp_internal.h bluetooth: audio: Add API to get MICP service ATT handles 2023-09-08 14:43:00 +02:00
micp_mic_ctlr.c Bluetooth: MICP: Add mic_ctlr_get_by_conn 2023-12-22 14:41:17 +00:00
micp_mic_dev.c Bluetooth: micp_mic_dev: Retry sending notification on error 2023-08-24 10:22:12 +02:00
mpl.c Bluetooth: MPL: Add track position notifications during seeking 2023-12-19 08:51:21 +01:00
mpl_internal.h Bluetooth: MPL: Add track position notifications during seeking 2023-12-19 08:51:21 +01:00
pacs.c Bluetooth: audio: pacs: Add bt_pacs_set_available_contexts_for_conn 2023-12-06 17:54:14 +00:00
pacs_internal.h Bluetooth: audio: pacs: Add bt_pacs_set_available_contexts_for_conn 2023-12-06 17:54:14 +00:00
pbp.c Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. 2024-01-09 09:59:23 +01:00
tbs.c Bluetooth: audio: tbs: Add call_alloc/call_free helper functions 2023-12-22 14:41:00 +00:00
tbs_client.c Bluetooth: audio: tbs: Add call_alloc/call_free helper functions 2023-12-22 14:41:00 +00:00
tbs_internal.h Bluetooth: audio: tbs: Add call_alloc/call_free helper functions 2023-12-22 14:41:00 +00:00
tmap.c Bluetooth: TMAP: Make callback const 2023-06-30 16:10:51 +02:00
vcp_internal.h bluetooth: audio: Add API to get VCP service ATT handles 2023-09-28 13:16:23 +02:00
vcp_vol_ctlr.c Bluetooth: VCP: Allow for multiple vol_ctrl cb registers 2023-12-08 10:04:31 +00:00
vcp_vol_rend.c Bluetooth: VCP: Vol rend: Add check before notification log 2023-12-06 17:55:10 +00:00
vocs.c include: always use <> for Zephyr includes 2023-09-14 13:49:58 +02:00
vocs_client.c Bluetooth: audio: vocs: Refactor bt_vocs object 2023-08-14 18:10:32 +00:00
vocs_internal.h Bluetooth: vocs: Retry sending notification on error 2023-08-24 10:22:12 +02:00