zephyr/samples/boards
Joakim Andersson 6e2ffd28d0 samples: smp_svr: Fix configuration when BT_HCI_ACL_FLOW_CONTROL is on
Fix smp_svr Bluetooth configuration for when BT_HCI_ACL_FLOW_CONTROL
option has been enabled. In this case the CONFIG_BT_L2CAP_RX_MTU
is used instead of CONFIG_BT_RX_BUF_LEN to set the RX MTU.
This lead to a negotiated MTU of 23, which is not supported by
the SMP_SVP protocol.

Removed the board specific configuration files as these are just
duplications of the overlay-bt.conf or overlay-bt-tiny.conf and
the readme specifies how these should be used.

Reduced the TX MTU to end up with the same value as the RX MTU,
CONFIG_BT_RX_BUF_LEN - 4 (HCI ACL header) - 4 (L2CAP header).

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-08-06 11:46:48 +02:00
..
96b_argonkey cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
arc_secure_services zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bbc_microbit zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
google_kukui board: arm: google_kukui: Add a sample for kukui 2020-07-08 19:21:40 -04:00
intel_s1000_crb cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
mec15xxevb_assy6853 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nrf samples: smp_svr: Fix configuration when BT_HCI_ACL_FLOW_CONTROL is on 2020-08-06 11:46:48 +02:00
olimex_stm32_e407 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
reel_board/mesh_badge zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sensortile_box samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
ti/cc13x2_cc26x2/system_off zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
up_squared/gpio_counter zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
boards.rst