diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-07-03 00:06:26 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2003-07-03 00:06:26 +0000 | 
| commit | b45841191f6ab4cc55ccd040a5530c2d08c6ddc6 (patch) | |
| tree | f6b61a456c80bbe481e40b2334991fccb2d7943a /include/bluetooth.h | |
| parent | 630afac09ee16b0e398b2ab87beba55dec8d7f89 (diff) | |
Cleanup
Diffstat (limited to 'include/bluetooth.h')
| -rw-r--r-- | include/bluetooth.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h index c09e99d4..1667fd12 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -37,23 +37,23 @@ extern "C" {  #include <endian.h>  #include <byteswap.h>  #include <string.h> -	 +  #ifndef AF_BLUETOOTH  #define AF_BLUETOOTH	31  #define PF_BLUETOOTH	AF_BLUETOOTH  #endif -#define BTPROTO_L2CAP   0 -#define BTPROTO_HCI     1 -#define BTPROTO_SCO   	2 +#define BTPROTO_L2CAP	0 +#define BTPROTO_HCI	1 +#define BTPROTO_SCO	2  #define BTPROTO_RFCOMM	3  #define BTPROTO_BNEP	4  #define BTPROTO_CMTP	5 -#define SOL_HCI     0 -#define SOL_L2CAP   6 -#define SOL_SCO     17 -#define SOL_RFCOMM  18 +#define SOL_HCI		0 +#define SOL_L2CAP	6 +#define SOL_SCO		17 +#define SOL_RFCOMM	18  /* Connection and socket states */  enum {  | 
