Skip to content

Commit

Permalink
samples: increase adv len
Browse files Browse the repository at this point in the history
uptime sample requires increase in adv. len for zephyr 3.7.0,
if not adv. start fails as defined in:

https://github.com/zephyrproject-rtos/zephyr/blob/e90c58a5b1ca4c9b040eb343d9c10b8ba59f3beb/subsys/bluetooth/host/adv.c#L665
  • Loading branch information
vChavezB committed Nov 3, 2024
1 parent febe6ac commit 07e84d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/uptime/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ CONFIG_BT_DEVICE_NAME="BLEUtils_Uptime"
CONFIG_BLE_UTILS=y
CONFIG_BT_ASSERT=n
CONFIG_LOG=y
CONFIG_BT_EXT_ADV=y
CONFIG_BT_EXT_ADV=y
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=100

0 comments on commit 07e84d5

Please sign in to comment.