Searched refs:evt_buf (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 6990 struct net_buf **const evt_buf) argument 6999 data_len_frag, *data, *evt_buf); 7005 *evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT); 7006 LL_ASSERT(*evt_buf); 7008 net_buf_frag_add(buf, *evt_buf); 7027 struct net_buf **const evt_buf) argument 7037 data, buf, evt_buf); 7056 data_len, data, buf, evt_buf); 7100 struct net_buf *evt_buf; local 7500 evt_buf = buf; [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 2411 static void hci_cmd_done(uint16_t opcode, uint8_t status, struct net_buf *evt_buf) in hci_cmd_done() argument 2417 status, bt_hci_err_to_str(status), evt_buf); in hci_cmd_done() 2445 if (evt_buf != buf) { in hci_cmd_done() 2449 net_buf_add_mem(buf, evt_buf->data, evt_buf->len); in hci_cmd_done()
|