Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dspi.c182 static struct net_buf *bt_spi_rx_buf_construct(uint8_t *msg) in bt_spi_rx_buf_construct() function
294 buf = bt_spi_rx_buf_construct(rxmsg); in bt_spi_rx_thread()
Dhci_spi_st.c386 static int bt_spi_rx_buf_construct(uint8_t *msg, struct net_buf **bufp, uint16_t size) in bt_spi_rx_buf_construct() function
546 ret = bt_spi_rx_buf_construct(rxmsg, &buf, size); in bt_spi_rx_thread()