summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/include/ng_bluetooth.h
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2008-07-10 00:15:29 +0000
committeremax <emax@FreeBSD.org>2008-07-10 00:15:29 +0000
commitb07b40d7feb6ae8e188fa82622c29d6a0daeb94e (patch)
treec9a252ce0ab32de4ddfe23980c92a68052f6f4c0 /sys/netgraph/bluetooth/include/ng_bluetooth.h
parentf158d7c96d50027875a88283d7830455c9ebaa7e (diff)
downloadFreeBSD-src-b07b40d7feb6ae8e188fa82622c29d6a0daeb94e.zip
FreeBSD-src-b07b40d7feb6ae8e188fa82622c29d6a0daeb94e.tar.gz
Get in some basic infrastructure for Bluetooth SCO support.
MFC after: 3 months
Diffstat (limited to 'sys/netgraph/bluetooth/include/ng_bluetooth.h')
-rw-r--r--sys/netgraph/bluetooth/include/ng_bluetooth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_bluetooth.h b/sys/netgraph/bluetooth/include/ng_bluetooth.h
index fbfbea7..2b85fac 100644
--- a/sys/netgraph/bluetooth/include/ng_bluetooth.h
+++ b/sys/netgraph/bluetooth/include/ng_bluetooth.h
@@ -52,6 +52,7 @@ SYSCTL_DECL(_net_bluetooth);
SYSCTL_DECL(_net_bluetooth_hci);
SYSCTL_DECL(_net_bluetooth_l2cap);
SYSCTL_DECL(_net_bluetooth_rfcomm);
+SYSCTL_DECL(_net_bluetooth_sco);
#endif /* SYSCTL_DECL */
/*
@@ -221,6 +222,7 @@ u_int32_t bluetooth_hci_connect_timeout (void);
u_int32_t bluetooth_hci_max_neighbor_age (void);
u_int32_t bluetooth_l2cap_rtx_timeout (void);
u_int32_t bluetooth_l2cap_ertx_timeout (void);
+u_int32_t bluetooth_sco_rtx_timeout (void);
#endif /* _NETGRAPH_BLUETOOTH_H_ */
OpenPOWER on IntegriCloud