zephyr/subsys/bluetooth/audio
Emil Gydesen 539ffe296e Bluetooth: Audio: Add stream context validation for CAP acceptor
When the CAP acceptor role is enable, ASCS will verify
that the stream context type supplied by the client
matches the PACS available context.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-07-08 20:08:45 +00:00
..
aics.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
aics_client.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
aics_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ascs.c Bluetooth: Audio: Add stream context validation for CAP acceptor 2022-07-08 20:08:45 +00:00
ascs_internal.h Bluetooth: host: ASCS: Correction code comments 2022-06-13 12:12:50 +02:00
bass.c Bluetooth: Audio: Fix state check in bass 2022-07-07 09:59:17 +02:00
bass_client.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bass_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
broadcast_sink.c Bluetooth: Audio: Add CONFIG_BT_AUDIO_DEBUG_STREAM_DATA 2022-07-08 20:00:33 +00:00
broadcast_source.c Bluetooth: Audio: Add enabling state to broadcast source 2022-07-07 09:59:17 +02:00
cap.c Bluetooth: Audio: Add CAP acceptor 2022-07-08 20:08:45 +00:00
capabilities.c Bluetooth: Audio: Add PACS for broadcast sink 2022-07-04 15:59:09 +02:00
ccid.c Bluetooth: Audio: CCID - updates for upmerge 2021-11-02 13:23:42 +01:00
ccid_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
CMakeLists.txt Bluetooth: Audio: Add CAP acceptor 2022-07-08 20:08:45 +00:00
codec.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
csis.c Bluetooth: Audio: Remove CSIS minimum set size requirement 2022-07-06 10:58:08 +02:00
csis_client.c Bluetooth: CSIS: Client use const for conn lookup funcs 2022-06-23 09:08:05 +02:00
csis_crypto.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
csis_crypto.h Bluetooth: csis: add RSI advertising callback 2022-06-10 09:47:40 +02:00
csis_internal.h Bluetooth: CSIS: Implement ordered access procedure for CSIS client 2022-06-23 09:08:05 +02:00
endpoint.h Bluetooth: Audio: Add seq_num and ts to bt_audio_stream_send 2022-07-06 11:03:27 +02:00
has.c Bluetooth: has: Handle reconnection to previously bonded device 2022-07-01 11:37:02 +02:00
has_client.c Bluetooth: Gatt: Update users of write callback in subscription params 2022-05-16 16:54:27 +02:00
has_internal.h Bluetooth: has: Add Preset Changed operation support 2022-05-09 09:27:09 +02:00
Kconfig Bluetooth: Audio: Add CAP acceptor 2022-07-08 20:08:45 +00:00
Kconfig.aics Bluetooth: audio - remove BT_AUDIO_DEBUG 2022-02-21 22:03:04 -05:00
Kconfig.ascs Bluetooth: audio: Build PACS only if Sink or Source enabled 2022-06-05 14:44:21 +02:00
Kconfig.baps Bluetooth: Audio: Add CONFIG_BT_AUDIO_DEBUG_STREAM_DATA 2022-07-08 20:00:33 +00:00
Kconfig.bass Bluetooth: audio: Enable auto ATT MTU Exchange for BASS and unicast client 2022-03-25 10:41:19 +01:00
Kconfig.cap Bluetooth: Audio: Add CAP acceptor 2022-07-08 20:08:45 +00:00
Kconfig.csis Bluetooth: audio - remove BT_AUDIO_DEBUG 2022-02-21 22:03:04 -05:00
Kconfig.has Bluetooth: Audio: Disable HAS when unicast_server is disabled 2022-07-04 15:59:09 +02:00
Kconfig.mcs Bluetooth: Audio: Media - truncate strings for notification 2022-03-28 12:46:53 +02:00
Kconfig.mctl Bluetooth: Audio - media: Make local control of local player default 2022-03-23 12:50:53 +01:00
Kconfig.micp Bluetooth: Audio: Specify MICP Mic Dev API 2022-07-06 10:41:52 +02:00
Kconfig.mpl Bluetooth: Audio: Media - change default kconfig values 2022-03-23 12:50:53 +01:00
Kconfig.pacs Bluetooth: pacs: Make location characteristics non-writable by default 2022-06-07 18:55:23 +02:00
Kconfig.tbs Bluetooth: audio: Fix call control client build 2022-05-27 17:47:58 -07:00
Kconfig.vcs bluetooth: audio: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
Kconfig.vocs Bluetooth: audio - remove BT_AUDIO_DEBUG 2022-02-21 22:03:04 -05:00
mcc.c Bluetooth: Audio: Use common function for discovery complete 2022-07-08 09:36:18 +02:00
mcs.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
mcs_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
media_proxy.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
media_proxy_internal.h all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
micp_mic_ctlr.c Bluetooth: Audio: Rename struct bt_micp and cleanup 2022-07-06 10:41:52 +02:00
micp_mic_dev.c Bluetooth: Audio: Rename MICP mic_dev disable to mute disable 2022-07-06 10:41:52 +02:00
mpl.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
mpl_internal.h Bluetooth: Audio - remove media controller dependency 2022-03-23 12:50:53 +01:00
pacs.c Bluetooth: Audio: Add stream context validation for CAP acceptor 2022-07-08 20:08:45 +00:00
pacs_internal.h Bluetooth: Audio: Add stream context validation for CAP acceptor 2022-07-08 20:08:45 +00:00
stream.c Bluetooth: Audio: Add seq_num and ts to bt_audio_stream_send 2022-07-06 11:03:27 +02:00
stream.h Bluetooth: Audio: Make bt_audio_codec_qos_to_iso_qos return void 2022-06-05 14:13:33 +02:00
tbs.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
tbs_client.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
tbs_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
unicast_client.c Bluetooth: Audio: Add CONFIG_BT_AUDIO_DEBUG_STREAM_DATA 2022-07-08 20:00:33 +00:00
unicast_client_internal.h Bluetooth: Audio: Use bidirectional CIS for unicast audio 2022-06-05 14:13:33 +02:00
unicast_server.c Bluetooth: Audio: Add PACS for broadcast sink 2022-07-04 15:59:09 +02:00
unicast_server.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
vcs.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
vcs_client.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
vcs_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
vocs.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
vocs_client.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
vocs_internal.h Bluetooth: Audio: VOCS remove need for bt_conn pointer 2021-06-07 12:08:10 +02:00