Home
last modified time | relevance | path

Searched refs:rx_first (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dspi.c305 uint8_t rx_first[1]; in bt_spi_send() local
349 rx_first, 1); in bt_spi_send()
350 if (rx_first[0] != 0U || ret) { in bt_spi_send()
Dhci_spi_st.c559 uint8_t rx_first[1]; in bt_spi_send() local
608 ret = bt_spi_transceive(data_ptr, size, rx_first, 1); in bt_spi_send()