Skip to content

Commit 5ff2331

Browse files
thomas-m-johansenrlubos
authored andcommitted
bluetooth: samples: removed the buffer size config from CS samples
Since the buffer size is now set based off of optional cs feature kconfigs. This will cause the buffer size to be updated when users enable multiple antenna paths or step-mode 3 Signed-off-by: Thomas Johansen <[email protected]>
1 parent 68eeb4e commit 5ff2331

File tree

2 files changed

+0
-10
lines changed
  • samples/bluetooth

2 files changed

+0
-10
lines changed

samples/bluetooth/channel_sounding_ras_initiator/prj.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ CONFIG_BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS=1
4040
CONFIG_BT_CTLR_SDC_CS_NUM_ANTENNAS=1
4141
CONFIG_BT_CTLR_SDC_CS_STEP_MODE3=n
4242

43-
# This size assumes the largest step size is mode 2 with one antenna path:
44-
# 12 bytes * 160 steps in a subevent. Change or remove this if using mode 3
45-
# or multiantenna.
46-
CONFIG_BT_CHANNEL_SOUNDING_REASSEMBLY_BUFFER_SIZE=1920
47-
4843
# This allows CS and ACL to use different PHYs
4944
CONFIG_BT_TRANSMIT_POWER_CONTROL=y
5045

samples/bluetooth/channel_sounding_ras_reflector/prj.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ CONFIG_BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS=1
3131
CONFIG_BT_CTLR_SDC_CS_NUM_ANTENNAS=1
3232
CONFIG_BT_CTLR_SDC_CS_STEP_MODE3=n
3333

34-
# This size assumes the largest step size is mode 2 with one antenna path:
35-
# 12 bytes * 160 steps in a subevent. Change or remove this if using mode 3
36-
# or multiantenna.
37-
CONFIG_BT_CHANNEL_SOUNDING_REASSEMBLY_BUFFER_SIZE=1920
38-
3934
# This allows CS and ACL to use different PHYs
4035
CONFIG_BT_TRANSMIT_POWER_CONTROL=y
4136

0 commit comments

Comments
 (0)