Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c179 static struct net_buf *get_rx(k_timeout_t timeout) in get_rx() function
231 rx.buf = get_rx(K_FOREVER); in rx_thread()
287 rx.buf = get_rx(K_NO_WAIT); in read_payload()
Dhci_stm32wb0.c63 static struct net_buf *get_rx(uint8_t *msg);
200 struct net_buf *buf = get_rx(buffer_out); in send_event()
304 static struct net_buf *get_rx(uint8_t *msg) in get_rx() function
Duserchan.c54 static struct net_buf *get_rx(const uint8_t *buf) in get_rx() function
238 buf = get_rx(frame_start); in rx_thread()
Dh4.c203 static struct net_buf *get_rx(struct h4_data *h4, k_timeout_t timeout) in get_rx() function
241 h4->rx.buf = get_rx(h4, K_FOREVER); in rx_thread()
298 h4->rx.buf = get_rx(h4, K_NO_WAIT); in read_payload()