Home
last modified time | relevance | path

Searched refs:txmsg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/hci_spi/src/
Dmain.c61 static uint8_t txmsg[SPI_MAX_MSG_LEN]; variable
181 (void)memset(txmsg, 0xFF, SPI_MAX_MSG_LEN); in bt_tx_thread()
205 tx.buf = txmsg; in bt_tx_thread()
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dspi.c74 static uint8_t __noinit txmsg[SPI_MAX_MSG_LEN]; variable
253 (void)memset(&txmsg, 0xFF, SPI_MAX_MSG_LEN); in bt_spi_rx_thread()
270 ret = bt_spi_transceive(&txmsg, size, in bt_spi_rx_thread()
Dhci_spi_st.c73 static uint8_t __noinit txmsg[SPI_MAX_MSG_LEN]; variable
514 (void)memset(&txmsg, 0xFF, SPI_MAX_MSG_LEN); in bt_spi_rx_thread()
529 ret = bt_spi_transceive(&txmsg, size, &rxmsg, size); in bt_spi_rx_thread()