Searched refs:txmsg (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/samples/bluetooth/hci_spi/src/ |
D | main.c | 61 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/ |
D | spi.c | 74 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()
|
D | hci_spi_st.c | 73 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()
|