zephyr/samples/bluetooth
Joao Cordeiro 74f01067e7 samples: bluetooth: peripheral: Fix RX buffer size
GATT long messages require buffers to store multiple packets. The actual
configuration for the bluetooth peripheral sample defines only two
buffers to store these messages. As the default ATT payload size is
18 bytes, the maximum payload size for a long ATT message is 36 bytes.
As the variable `vnd_long_value[]` has a defined size of 74 bytes, it
cannot be fully modified due to the 36 bytes limitation.

Set CONFIG_BT_ATT_PREPARE_COUNT=5 so all the maximum payload size goes
to 90 bytes and all the 74 bytes can be written to `vnd_long_value[]`.

Signed-off-by: Joao Cordeiro <jvcc@cesar.org.br>
2019-05-21 16:15:44 -04:00
..
beacon license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
central license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
central_hr license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
eddystone Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
gatt Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
handsfree license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hci_spi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hci_uart samples: bluetooth: hci_uart: update nrf52840_pca10090 config 2019-04-19 12:21:21 +02:00
hci_usb usb: cdc: Add unique PIDs for each sample 2019-05-09 08:20:34 -04:00
ibeacon samples: bluetooth: ibeacon: change to ADV_NONCONN_IND type 2019-05-03 14:27:34 +03:00
ipsp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh_demo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral samples: bluetooth: peripheral: Fix RX buffer size 2019-05-21 16:15:44 -04:00
peripheral_csc Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_dis Bluetooth: Add additional attributes to DIS 2019-05-08 20:17:07 +03:00
peripheral_esp Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
peripheral_hids license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral_hr license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
peripheral_sc_only license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
scan_adv license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00