Skip to content

Commit 8a8f17c

Browse files
committed
Bluetooth: Reduce RAM requirement of peripheral_identity sample
Reduce BT_MAX_CONN from 62 to 61 to make it build on integration platform qemu_cortex_m3/ti_lm3s6965. Signed-off-by: Aleksander Wasaznik <[email protected]>
1 parent d2d1fc7 commit 8a8f17c

File tree

1 file changed

+2
-2
lines changed
  • samples/bluetooth/peripheral_identity

1 file changed

+2
-2
lines changed

samples/bluetooth/peripheral_identity/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ CONFIG_BT_PRIVACY=y
66
CONFIG_BT_DEVICE_NAME="Zephyr Peripheral"
77
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
88

9-
CONFIG_BT_MAX_CONN=62
10-
CONFIG_BT_ID_MAX=62
9+
CONFIG_BT_MAX_CONN=61
10+
CONFIG_BT_ID_MAX=61
1111

1212
# CONFIG_BT_SMP=y
1313
# CONFIG_BT_MAX_PAIRED=62

0 commit comments

Comments
 (0)