Searched refs:evt_buf (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 7025 struct net_buf **const evt_buf) argument 7034 data_len_frag, *data, *evt_buf); 7040 *evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT); 7041 LL_ASSERT(*evt_buf); 7043 net_buf_frag_add(buf, *evt_buf); 7062 struct net_buf **const evt_buf) argument 7072 data, buf, evt_buf); 7091 data_len, data, buf, evt_buf); 7135 struct net_buf *evt_buf; local 7535 evt_buf = buf; [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 2421 static void hci_cmd_done(uint16_t opcode, uint8_t status, struct net_buf *evt_buf) in hci_cmd_done() argument 2427 status, bt_hci_err_to_str(status), evt_buf); in hci_cmd_done() 2455 if (evt_buf != buf) { in hci_cmd_done() 2459 net_buf_add_mem(buf, evt_buf->data, evt_buf->len); in hci_cmd_done()
|