Bluetooth: BAP: Add unicast client and server write long support
Add support for long writes for the unicast client and server. This reuses the ATT buffer for long reads. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
486ea06fcb
commit
e8ade2356a
10 changed files with 133 additions and 20 deletions
|
@ -8,5 +8,8 @@ CONFIG_BT_ASCS_ASE_SRC_COUNT=1
|
|||
# Support an ISO channel per ASE
|
||||
CONFIG_BT_ISO_MAX_CHAN=4
|
||||
|
||||
# Mandatory to support at least 1 for ASCS
|
||||
CONFIG_BT_ATT_PREPARE_COUNT=1
|
||||
|
||||
CONFIG_BT_EXT_ADV=y
|
||||
CONFIG_BT_DEVICE_NAME="Unicast Audio Server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue