diff options
| -rw-r--r-- | include/bluetooth.h | 4 | 
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 | 
