Skip to content

Commit 1f21492

Browse files
MarekPietakapi-no
authored andcommitted
samples: fast_pair: locator_tag: Align Bluetooth buffer sizes
Align the CONFIG_BT_BUF_ACL_RX_SIZE with new default value set by the CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP. Jira: NCSDK-35623 Signed-off-by: Marek Pieta <[email protected]>
1 parent 3b026b8 commit 1f21492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/fast_pair/locator_tag/sysbuild/common/dfu_speedup_fragment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP=y
99
# Needs to be set explicitly as the CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP
1010
# only sets the defaults which are overwritten by the prj.conf file
1111
CONFIG_BT_BUF_ACL_TX_SIZE=251
12-
CONFIG_BT_BUF_ACL_RX_SIZE=502
12+
CONFIG_BT_BUF_ACL_RX_SIZE=251
1313
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251

0 commit comments

Comments
 (0)