zephyr/samples/bluetooth
Corentin Dorothée 37aca482e9 samples: hci_spi: Fix cmd_hdr and acl_hdr usage
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>
2020-08-04 17:53:18 +02:00
..
beacon
central
central_hr
central_ht
eddystone
handsfree
hci_pwr_ctrl
hci_rpmsg samples: Apply IPM callback signature change where relevant 2020-07-30 09:51:51 +02:00
hci_spi samples: hci_spi: Fix cmd_hdr and acl_hdr usage 2020-08-04 17:53:18 +02:00
hci_uart uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
hci_usb
hci_usb_h4
ibeacon
ipsp
mesh
mesh_demo samples: bluetooth: cleanup prj*.conf 2020-07-30 08:00:03 -04:00
mesh_provisioner
peripheral
peripheral_csc random: Include header where it is used 2020-07-08 21:05:36 -04:00
peripheral_dis
peripheral_esp
peripheral_hids
peripheral_hr
peripheral_ht
peripheral_sc_only
scan_adv
st_ble_sensor
bluetooth.rst