zephyr/samples/subsys/logging
Victor Chavez bee43bd972 logging: Fixed BLE backend buffer size independent of MTU
The BLE backend has a bug that when the MTU size is less than
the buffer the notification always fails and does not allow
to flush the buffer.

This fix checks for the MTU size of the current connection
and adjusts it. In addition, the buffer size is no longer
settable by the user and depends on the transmission size
of MTU set with CONFIG_BT_L2CAP_TX_MTU.

Signed-off-by: Victor Chavez <chavez-bermudez@fh-aachen.de>
2023-06-19 08:38:08 +02:00
..
ble_backend logging: Fixed BLE backend buffer size independent of MTU 2023-06-19 08:38:08 +02:00
dictionary tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
logger samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
multidomain samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
syst tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
logging.rst