zephyr/subsys/logging/backends
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
..
CMakeLists.txt logging: Added BLE Backend Service 2023-04-03 15:17:57 +02:00
Kconfig logging: Added BLE Backend Service 2023-04-03 15:17:57 +02:00
Kconfig.adsp
Kconfig.adsp_hda
Kconfig.adsp_mtrace
Kconfig.ble logging: Fixed BLE backend buffer size independent of MTU 2023-06-19 08:38:08 +02:00
Kconfig.efi_console
Kconfig.fs
Kconfig.multidomain
Kconfig.native_posix
Kconfig.net
Kconfig.rtt
Kconfig.spinel
Kconfig.swo
Kconfig.uart
Kconfig.xtensa_sim
log_backend_adsp_hda.c xtensa: use sys_cache API instead of custom interfaces 2023-04-26 07:31:22 -04:00
log_backend_adsp_mtrace.c
log_backend_adsp.c
log_backend_ble.c logging: Fixed BLE backend buffer size independent of MTU 2023-06-19 08:38:08 +02:00
log_backend_efi_console.c
log_backend_fs.c
log_backend_ipc_service.c
log_backend_native_posix.c
log_backend_net.c
log_backend_rtt.c
log_backend_spinel.c
log_backend_swo.c
log_backend_uart.c logging: backend_uart: handle PM on panic 2023-03-03 09:17:49 +01:00
log_backend_xtensa_sim.c
log_multidomain_backend.c logging: Renamed internal defines to get rid of 2 suffix 2023-03-09 15:10:06 -08:00