Skip to content

Commit

Permalink
samples: remove unused config for fast ble
Browse files Browse the repository at this point in the history
Clean up config options that are not used.

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Nov 26, 2024
1 parent f4754fa commit 0b45d48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion samples/sid_end_device/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ config SBDT_MAX_PARALEL_TRANSFERS
int "maximum number of sbdt paralel transfers"
default 3

endif
endif # SIDEWALK_FILE_TRANSFER

rsource "Kconfig.defconfig"

Expand Down
4 changes: 0 additions & 4 deletions samples/sid_end_device/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,21 @@ config BT_REMOTE_VERSION

config BT_BUF_ACL_TX_SIZE
default 251
default 502 if SIDEWALK_DFU_BLE_FAST

config BT_BUF_ACL_TX_COUNT
default 3

config BT_BUF_ACL_RX_SIZE
default 251
default 502 if SIDEWALK_DFU_BLE_FAST

config BT_BUF_ACL_RX_COUNT
default 6

config BT_L2CAP_TX_MTU
default 247
default 498 if SIDEWALK_DFU_BLE_FAST

config BT_CTLR_DATA_LENGTH_MAX
default 247
default 251 if SIDEWALK_DFU_BLE_FAST

config BT_PERIPHERAL_PREF_MIN_INT
default 16
Expand Down

0 comments on commit 0b45d48

Please sign in to comment.