Home
last modified time | relevance | path

Searched refs:ng_hci_process_command_complete (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/netgraph7/bluetooth/hci/
H A Dng_hci_cmds.h42 int ng_hci_process_command_complete (ng_hci_unit_p, struct mbuf *);
H A Dng_hci_cmds.c158 ng_hci_process_command_complete(ng_hci_unit_p unit, struct mbuf *e) in ng_hci_process_command_complete() function
H A Dng_hci_evnt.c156 error = ng_hci_process_command_complete(unit, event); in ng_hci_process_event()