Searched refs:bt_spi_rx_buf_construct (Results 1 – 2 of 2) sorted by relevance
182 static struct net_buf *bt_spi_rx_buf_construct(uint8_t *msg) in bt_spi_rx_buf_construct() function294 buf = bt_spi_rx_buf_construct(rxmsg); in bt_spi_rx_thread()
386 static int bt_spi_rx_buf_construct(uint8_t *msg, struct net_buf **bufp, uint16_t size) in bt_spi_rx_buf_construct() function546 ret = bt_spi_rx_buf_construct(rxmsg, &buf, size); in bt_spi_rx_thread()