zephyr/subsys/bluetooth
Mariusz Skamra c44ef044b8 Bluetooth: monitor: Avoid sending corrupted packets over RTT
This fixes sending corrupted (incomplete) packets over RTT. Additional
helper buffer has been added to ensure the complete packet before it
can be sent over RTT. Once the complete packet is collected it is sent
to the RTT control block in non-blocking manner. From now there will
be no situation that only part of the packet (e.g. header) is sent
which lead btmon to fail to parse the corrupted data.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-06-09 11:32:39 +02:00
..
audio csis: Remove check causing assertion 2022-06-08 12:45:07 +02:00
common Bluetooth: monitor: Fix sending logs over RTT 2022-06-09 11:32:39 +02:00
controller Bluetooth: Controller: Config ticker with slot window to yield 2022-06-09 11:32:33 +02:00
host Bluetooth: monitor: Avoid sending corrupted packets over RTT 2022-06-09 11:32:39 +02:00
mesh Bluetooth: Mesh: Fix RPL fragmentation 2022-06-07 11:53:31 +02:00
services subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell Bluetooth: Make use of BT_CODEC_LC3_CHAN_COUNT_SUPPORT macro 2022-06-08 12:45:34 +02:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig Bluetooth: Increase supported maximum simultaneous connection to 250 2022-04-04 10:24:34 +02:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso Bluetooth: ISO: Update ISO Kconfig for EXPERIMENTAL 2022-05-13 12:44:47 -07:00