From 37651dd5c06b2e176f4bfdc99f5702e55a520ee9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Oct 2007 21:16:46 +0000 Subject: Add constant for Bluetooth socket options level --- include/bluetooth.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit