Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c79 (ng_hci_unit_p, ng_hci_command_status_ep *, struct mbuf *);
81 (ng_hci_unit_p, ng_hci_command_status_ep *, struct mbuf *);
83 (ng_hci_unit_p, ng_hci_command_status_ep *, struct mbuf *);
270 ng_hci_command_status_ep *ep = NULL; in ng_hci_process_command_status()
279 ep = mtod(e, ng_hci_command_status_ep *); in ng_hci_process_command_status()
875 process_le_status(ng_hci_unit_p unit,ng_hci_command_status_ep *ep, in process_le_status()
937 process_link_control_status(ng_hci_unit_p unit, ng_hci_command_status_ep *ep, in process_link_control_status()
996 process_link_policy_status(ng_hci_unit_p unit, ng_hci_command_status_ep *ep, in process_link_policy_status()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c105 ng_hci_command_status_ep *cs = in hci_request()
106 (ng_hci_command_status_ep *)(e + 1); in hci_request()
/freebsd/lib/libbluetooth/
H A Dhci.c218 ng_hci_command_status_ep *cs = (ng_hci_command_status_ep*)(e+1); in bt_devreq()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1922 } __attribute__ ((packed)) ng_hci_command_status_ep; typedef