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
|
@ -11,6 +11,9 @@ CONFIG_BT_DEVICE_NAME="Hearing Aid sample"
|
|||
# Appearance: Generic Hearing aid (0x0A40)
|
||||
CONFIG_BT_DEVICE_APPEARANCE=2624
|
||||
|
||||
# Mandatory to support at least 1 for ASCS
|
||||
CONFIG_BT_ATT_PREPARE_COUNT=1
|
||||
|
||||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_BAP_UNICAST_SERVER=y
|
||||
CONFIG_BT_ASCS_ASE_SNK_COUNT=1
|
||||
|
|
|
@ -17,6 +17,8 @@ CONFIG_BT_CAP_ACCEPTOR=y
|
|||
|
||||
# BAP support
|
||||
CONFIG_BT_BAP_UNICAST_SERVER=y
|
||||
# Mandatory to support at least 1 for ASCS
|
||||
CONFIG_BT_ATT_PREPARE_COUNT=1
|
||||
|
||||
# VCP support
|
||||
CONFIG_BT_VCP_VOL_REND=y
|
||||
|
|
|
@ -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