zephyr/drivers/bluetooth/hci
Jordan Yates bb27f0578b bluetooth: hci: spi: 0xFF is a valid payload length
A payload size of 0xFF is valid and should not be a reason to keep
looping for more headers. The complete reqiurement is now:
```
header_slave[STATUS_HEADER_READY] == READY_NOW &&
header_slave[STATUS_HEADER_TOREAD] > 0
```
This fixes events being dropped when the payload size is 255.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2024-02-28 19:47:55 -06:00
..
CMakeLists.txt drivers: bluetooth: hci: Remove ST vendor code from spi.c 2024-01-10 15:07:36 +01:00
Kconfig
Kconfig.infineon
apollox_blue.c
apollox_blue.h
cyw43xxx.c
h4.c
h5.c
hci_ambiq.c drivers: bluetooth: ambiq: fix the naming of rx message buffer 2024-01-17 16:51:53 +01:00
hci_b91.c
hci_esp32.c
hci_psoc6_bless.c
hci_spi_st.c drivers: bluetooth: hci: Multiple write transaction support for BlueNRG-MS 2024-02-26 11:47:32 +01:00
hci_stm32wba.c bluetooth: hci: place tx/rx message buffer in .noinit section 2024-01-17 16:51:53 +01:00
ipc.c
ipm_stm32wb.c
nrf53_support.c
slz_hci.c
spi.c bluetooth: hci: spi: 0xFF is a valid payload length 2024-02-28 19:47:55 -06:00
userchan.c