samples: Bluetooth: Add missing svc data for broadcast audio sink
Add missing service data for BASS for the broadcast audio sink sample. This also required the controller to increase its maximum data length. Increased more than minimum required so that the name can be changed without needing to increase this again. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
f0fe6b8833
commit
302974bdcb
2 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,4 @@ CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191
|
|||
# Number of supported streams
|
||||
CONFIG_BT_CTLR_SYNC_ISO_STREAM_MAX=2
|
||||
CONFIG_BT_CTLR_ISOAL_SINKS=2
|
||||
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=50
|
||||
|
|
|
@ -1080,6 +1080,7 @@ static int start_adv(void)
|
|||
BT_DATA_BYTES(BT_DATA_UUID16_ALL,
|
||||
BT_UUID_16_ENCODE(BT_UUID_BASS_VAL),
|
||||
BT_UUID_16_ENCODE(BT_UUID_PACS_VAL)),
|
||||
BT_DATA_BYTES(BT_DATA_SVC_DATA16, BT_UUID_16_ENCODE(BT_UUID_BASS_VAL)),
|
||||
};
|
||||
int err;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue