summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-24 21:16:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-24 21:16:46 +0000
commit37651dd5c06b2e176f4bfdc99f5702e55a520ee9 (patch)
tree1745d04fc90ce1647d17f20703012ab4e77583e6 /include
parenta0303b05f6eeb967dfa60600e10c32282f6ab33f (diff)
Add constant for Bluetooth socket options level
Diffstat (limited to 'include')
-rw-r--r--include/bluetooth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h
index 1d377781..d483d904 100644
--- a/include/bluetooth.h
+++ b/include/bluetooth.h
@@ -41,6 +41,10 @@ extern "C" {
#define PF_BLUETOOTH AF_BLUETOOTH
#endif
+#ifndef SOL_BLUETOOTH
+#define SOL_BLUETOOTH 274
+#endif
+
#define BTPROTO_L2CAP 0
#define BTPROTO_HCI 1
#define BTPROTO_SCO 2