Home
last modified time | relevance | path

Searched defs:evt_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c7025 struct net_buf **const evt_buf)
7062 struct net_buf **const evt_buf)
7135 struct net_buf *evt_buf; local
7722 struct net_buf *evt_buf; local
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2421 static void hci_cmd_done(uint16_t opcode, uint8_t status, struct net_buf *evt_buf) in hci_cmd_done()