zephyr/samples
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
..
application_development scripts: mpu align for ro section of new memory region on non-XIP system 2019-05-21 15:28:59 -04:00
basic samples: basic: Add a minimal sample 2019-05-15 10:44:59 +02:00
bluetooth samples: bluetooth: peripheral: Fix RX buffer size 2019-05-21 16:15:44 -04:00
boards samples: mesh: sync the init procedure to initialise the mesh 2019-05-10 14:09:36 +03:00
cpp_synchronization license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
display license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
drivers drivers: can: Extend can_send with void *arg and pass it to the isr cb 2019-05-12 16:54:49 -04:00
gui license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hello_world doc: Remove prj_single.conf from README.rst 2019-04-08 10:45:52 -04:00
mpu doc: sample: mpu Update documentation 2019-04-18 12:24:16 -04:00
net samples: lwm2m_client: re-add sanity check for WNC-M14A2A build 2019-05-21 08:17:20 -04:00
nfc/nfc_hello license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
philosophers license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
portability license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sensor samples: add ADXL362 sensor sample application 2019-05-15 13:38:27 -05:00
shields license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
subsys usb: webusb: Fix callback not called 2019-05-16 07:17:50 -05:00
synchronization license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
testing/integration license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
userspace license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
xtensa_asm2 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00