Home
last modified time | relevance | path

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

/samples/bluetooth/hci_spi/src/
A Dmain.c54 static uint8_t rxmsg[SPI_MAX_MSG_LEN]; variable
161 hci_hdr.cmd_hdr = (struct bt_hci_cmd_hdr *)&rxmsg[1]; in bt_tx_thread()
194 rx.buf = rxmsg; in bt_tx_thread()
205 switch (rxmsg[PACKET_TYPE]) { in bt_tx_thread()
211 net_buf_add_mem(buf, &rxmsg[4], in bt_tx_thread()
223 net_buf_add_mem(buf, &rxmsg[5], in bt_tx_thread()

Completed in 11 milliseconds