Searched refs:hci (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/etc/rc.d/ |
| HD | bluetooth | 99 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_features \ 139 ${hccontrol} -n ${dev}hci read_buffer_size \ [all …]
|
| /NextBSD/sys/netgraph/bluetooth/l2cap/ |
| HD | ng_l2cap_llpi.c | 87 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_con_req() 117 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0); in ng_l2cap_lp_con_req() 238 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_con_ind() 268 NG_SEND_MSG_HOOK(error, l2cap->node, rsp, l2cap->hci, 0); in ng_l2cap_lp_con_ind() 380 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_qos_req() 403 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0); in ng_l2cap_lp_qos_req() 813 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_lp_deliver() 836 NG_SEND_DATA_ONLY(error, l2cap->hci, m); in ng_l2cap_lp_deliver() 948 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci)) { in ng_l2cap_process_discon_timeout() 965 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->hci, 0); in ng_l2cap_process_discon_timeout()
|
| HD | ng_l2cap_main.c | 170 h = &l2cap->hci; in ng_l2cap_newhook() 196 if (hook == l2cap->hci) in ng_l2cap_connect() 227 if (hook == l2cap->hci) { in ng_l2cap_disconnect() 229 h = &l2cap->hci; in ng_l2cap_disconnect() 498 (l2cap->hci != NULL)? in ng_l2cap_default_rcvmsg() 713 if (hook == l2cap->hci) in ng_l2cap_rcvdata()
|
| HD | ng_l2cap_var.h | 89 hook_p hci; /* HCI downstream hook */ member
|
| HD | ng_l2cap_misc.c | 77 if (l2cap->hci == NULL || NG_HOOK_NOT_VALID(l2cap->hci) || in ng_l2cap_send_hook_info()
|
| /NextBSD/sys/modules/netgraph/bluetooth/hci/ |
| HD | Makefile | 4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci 7 -I${.CURDIR}/../../../../netgraph/bluetooth/hci
|
| /NextBSD/sys/modules/netgraph/bluetooth/ |
| HD | Makefile | 6 hci \
|
| /NextBSD/lib/libbluetooth/ |
| HD | Makefile | 12 SRCS= bluetooth.c dev.c hci.c
|
| /NextBSD/sys/netgraph/bluetooth/common/ |
| HD | ng_bluetooth.c | 66 SYSCTL_NODE(_net_bluetooth, OID_AUTO, hci, CTLFLAG_RW,
|
| /NextBSD/sys/netgraph/bluetooth/hci/ |
| HD | ng_hci_main.c | 92 NETGRAPH_INIT(hci, &typestruct);
|
| /NextBSD/contrib/libpcap/ |
| HD | configure.in | 1479 #include <bluetooth/hci.h> 1497 #include <bluetooth/hci.h>
|
| /NextBSD/sys/conf/ |
| HD | files | 3627 netgraph/bluetooth/hci/ng_hci_cmds.c optional netgraph_bluetooth_hci 3628 netgraph/bluetooth/hci/ng_hci_evnt.c optional netgraph_bluetooth_hci 3629 netgraph/bluetooth/hci/ng_hci_main.c optional netgraph_bluetooth_hci 3630 netgraph/bluetooth/hci/ng_hci_misc.c optional netgraph_bluetooth_hci 3631 netgraph/bluetooth/hci/ng_hci_ulpi.c optional netgraph_bluetooth_hci
|