Skip to content

Commit 0ee5d70

Browse files
alwa-nordicnashif
authored andcommitted
Bluetooth: Samples: Reduce RAM requirement of peripheral_identity
Reduce BT_MAX_CONN from 62 to 61 to make it build on integration platform qemu_cortex_m3/ti_lm3s6965 when we add bt_taskq in subsequent commit. The number 62 seems arbitrary here, so reducing it by one should not have any practical impact. Signed-off-by: Aleksander Wasaznik <[email protected]>
1 parent 6889042 commit 0ee5d70

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
@@ -5,8 +5,8 @@ CONFIG_BT_PRIVACY=y
55
CONFIG_BT_DEVICE_NAME="Zephyr Peripheral"
66
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
77

8-
CONFIG_BT_MAX_CONN=62
9-
CONFIG_BT_ID_MAX=62
8+
CONFIG_BT_MAX_CONN=61
9+
CONFIG_BT_ID_MAX=61
1010

1111
# CONFIG_BT_SMP=y
1212
# CONFIG_BT_MAX_PAIRED=62

0 commit comments

Comments
 (0)