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 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
central zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
central_hr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
central_ht zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eddystone zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
handsfree zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hci_pwr_ctrl zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
hci_usb_h4
ibeacon samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
ipsp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mesh zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mesh_demo samples: bluetooth: cleanup prj*.conf 2020-07-30 08:00:03 -04:00
mesh_provisioner zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_csc random: Include header where it is used 2020-07-08 21:05:36 -04:00
peripheral_dis zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_esp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_hids zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_hr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_ht zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripheral_sc_only zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
scan_adv zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
st_ble_sensor zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bluetooth.rst