Bluetooth: Audio: Shell: Add support for more connections
Add support for 3 connections. Mainly we need to support at least 2 connection to use the CSIP Set Coordinator role, but some sets may also be 3 or even larger. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
cc9006f211
commit
24d22ebbdb
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ CONFIG_BT_HRS=y
|
|||
CONFIG_BT_FILTER_ACCEPT_LIST=y
|
||||
CONFIG_BT_REMOTE_INFO=y
|
||||
CONFIG_BT_REMOTE_VERSION=y
|
||||
CONFIG_BT_MAX_CONN=3
|
||||
CONFIG_BT_MAX_PAIRED=3
|
||||
CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
|
||||
|
||||
CONFIG_BT_SETTINGS=y
|
||||
CONFIG_FLASH=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue