Searched refs:hci (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/modules/netgraph/bluetooth/
H A DMakefile6 hci \
/freebsd-10.0-release/etc/rc.d/
H A Dbluetooth99 ngctl mkpeer ${dev}: hci ${hook} drv \
102 ngctl name ${dev}:${hook} ${dev}hci \
105 ngctl msg ${dev}hci: set_debug ${bluetooth_device_hci_debug_level} \
109 ngctl mkpeer ${dev}hci: l2cap acl hci \
112 ngctl name ${dev}hci:acl ${dev}l2cap \
119 ngctl connect ${dev}hci: btsock_hci_raw: raw ${dev}raw \
130 ${hccontrol} -n ${dev}hci reset \
133 ${hccontrol} -n ${dev}hci read_bd_addr \
136 ${hccontrol} -n ${dev}hci read_local_supported_feature
[all...]
/freebsd-10.0-release/sys/modules/netgraph/bluetooth/hci/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci
7 -I${.CURDIR}/../../../../netgraph/bluetooth/hci
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c87 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) {
117 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0);
239 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) {
269 NG_SEND_MSG_HOOK(error, l2cap->node, rsp, l2cap->hci, 0);
381 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) {
404 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0);
762 if (l2cap->hci
[all...]
H A Dng_l2cap_main.c170 h = &l2cap->hci;
196 if (hook == l2cap->hci)
227 if (hook == l2cap->hci) {
229 h = &l2cap->hci;
496 (l2cap->hci != NULL)?
711 if (hook == l2cap->hci)
H A Dng_l2cap_var.h89 hook_p hci; /* HCI downstream hook */ member in struct:ng_l2cap
H A Dng_l2cap_misc.c76 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci) ||
/freebsd-10.0-release/lib/libbluetooth/
H A DMakefile12 SRCS= bluetooth.c dev.c hci.c
/freebsd-10.0-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c44 #include <netgraph/bluetooth/hci/ng_hci_var.h>
45 #include <netgraph/bluetooth/hci/ng_hci_cmds.h>
46 #include <netgraph/bluetooth/hci/ng_hci_evnt.h>
47 #include <netgraph/bluetooth/hci/ng_hci_ulpi.h>
48 #include <netgraph/bluetooth/hci/ng_hci_misc.h>
H A Dng_hci_cmds.c45 #include <netgraph/bluetooth/hci/ng_hci_var.h>
46 #include <netgraph/bluetooth/hci/ng_hci_cmds.h>
47 #include <netgraph/bluetooth/hci/ng_hci_evnt.h>
48 #include <netgraph/bluetooth/hci/ng_hci_ulpi.h>
49 #include <netgraph/bluetooth/hci/ng_hci_misc.h>
H A Dng_hci_main.c46 #include <netgraph/bluetooth/hci/ng_hci_var.h>
47 #include <netgraph/bluetooth/hci/ng_hci_prse.h>
48 #include <netgraph/bluetooth/hci/ng_hci_cmds.h>
49 #include <netgraph/bluetooth/hci/ng_hci_evnt.h>
50 #include <netgraph/bluetooth/hci/ng_hci_ulpi.h>
51 #include <netgraph/bluetooth/hci/ng_hci_misc.h>
92 NETGRAPH_INIT(hci, &typestruct);
H A Dng_hci_evnt.c45 #include <netgraph/bluetooth/hci/ng_hci_var.h>
46 #include <netgraph/bluetooth/hci/ng_hci_cmds.h>
47 #include <netgraph/bluetooth/hci/ng_hci_evnt.h>
48 #include <netgraph/bluetooth/hci/ng_hci_ulpi.h>
49 #include <netgraph/bluetooth/hci/ng_hci_misc.h>
H A Dng_hci_ulpi.c45 #include <netgraph/bluetooth/hci/ng_hci_var.h>
46 #include <netgraph/bluetooth/hci/ng_hci_cmds.h>
47 #include <netgraph/bluetooth/hci/ng_hci_evnt.h>
48 #include <netgraph/bluetooth/hci/ng_hci_ulpi.h>
49 #include <netgraph/bluetooth/hci/ng_hci_misc.h>
/freebsd-10.0-release/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c66 SYSCTL_NODE(_net_bluetooth, OID_AUTO, hci, CTLFLAG_RW,
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bt-linux.c61 #include <bluetooth/hci.h>
242 /* Setup filter, do not call hci function to avoid dependence on

Completed in 177 milliseconds