mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 05:41:56 +00:00
Fixes #27266. cmd_hdr and acl_hdr local structs were read but never written. Causing unpredictable errors in bt_tx_thread such as : "Invalid HCI CMD packet length" in hci.c:2280 or Imprecise data bus errors on nrf52810. cmd_hdr and acl_hdr are now filled with the received data from SPI Master. Signed-off-by: Corentin Dorothée <corentin.dorothee@gmail.com> |
||
---|---|---|
.. | ||
beacon | ||
central | ||
central_hr | ||
central_ht | ||
eddystone | ||
handsfree | ||
hci_pwr_ctrl | ||
hci_rpmsg | ||
hci_spi | ||
hci_uart | ||
hci_usb | ||
hci_usb_h4 | ||
ibeacon | ||
ipsp | ||
mesh | ||
mesh_demo | ||
mesh_provisioner | ||
peripheral | ||
peripheral_csc | ||
peripheral_dis | ||
peripheral_esp | ||
peripheral_hids | ||
peripheral_hr | ||
peripheral_ht | ||
peripheral_sc_only | ||
scan_adv | ||
st_ble_sensor | ||
bluetooth.rst |