diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-06 20:54:32 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-06 20:54:32 +0000 |
commit | 807d006ed3259907b450642536cad6123431acf9 (patch) | |
tree | 2dc45b996e49f71078217ec2fc4d480c588701b1 /include/bluetooth.h | |
parent | d783970c123698e8582ebf3b396c9c50e0666f46 (diff) |
Add BNEP socket proto.
Diffstat (limited to 'include/bluetooth.h')
-rw-r--r-- | include/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h index 8026832b..b93c4e35 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -47,6 +47,7 @@ extern "C" { #define BTPROTO_HCI 1 #define BTPROTO_SCO 2 #define BTPROTO_RFCOMM 3 +#define BTPROTO_BNEP 4 #define SOL_HCI 0 #define SOL_L2CAP 6 |