zephyr/subsys/bluetooth/audio/shell
Emil Gydesen c9daed9712 Bluetooth: BAP: Refactor bt_bap_base
This removes the fixed size bt_bap_base, which provides
2 improvements:
1) The RAM usage of the broadcast sink has been reduced.
   For the Broadcast Sink sample it is a reduction of 120
   octets, but with much better scaling for supporting
   more or larger BASEs.
2) The functions to parse BASEs now support arbitrary sized
   BASEs, where they were previously restricted by our
   local Kconfig options. This allow us to parse any BASE
   from a remote device, without encounting memory issues.
   We are still memory restricted on the devices we
   actually want to sync to.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-12-06 17:51:47 +00:00
..
audio.h Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
bap_broadcast_assistant.c Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
bap_scan_delegator.c Bluetooth: shell: host: add missing conditional compile 2023-11-06 10:10:07 +01:00
bap.c Bluetooth: BAP: Refactor bt_bap_base 2023-12-06 17:51:47 +00:00
cap_acceptor.c
cap_initiator.c Bluetooth: Audio: Update bsim and shell to use codec set chan alloc 2023-10-20 15:00:27 +02:00
CMakeLists.txt Bluetooth: TMAP: Add TMAP shell module 2023-06-30 16:10:51 +02:00
csip_set_coordinator.c Bluetooth: CSIP: Shell: Fix discover_members 2023-06-29 21:05:02 +02:00
csip_set_member.c bluetooth: fixes shadow variables 2023-08-17 13:00:09 +02:00
has_client.c
has.c Bluetooth: Audio: Make HAS optional notify characteristics optional 2023-05-26 09:09:06 -04:00
mcc.c doc: Fix a typo 2023-08-04 21:18:43 +00:00
media_controller.c bt: audio: shell: Fix possible buffer overflow 2023-07-20 11:09:50 +00:00
micp_mic_ctlr.c bluetooth: fixes shadow variables 2023-08-17 13:00:09 +02:00
micp_mic_dev.c
mpl.c
tbs_client.c Bluetooth: audio: tbs_client: Subscribe to all required notifications 2023-08-23 15:44:07 +02:00
tbs.c
tmap.c Bluetooth: TMAP: Add TMAP shell module 2023-06-30 16:10:51 +02:00
vcp_vol_ctlr.c bluetooth: fixes shadow variables 2023-08-17 13:00:09 +02:00
vcp_vol_rend.c