From d6a0b8361301a4e153a45020d6522f722537000a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 9 Mar 2004 15:39:56 +0000 Subject: Add HIDP protocol identifier --- include/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bluetooth.h b/include/bluetooth.h index 1667fd12..f4ceaae5 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -49,6 +49,7 @@ extern "C" { #define BTPROTO_RFCOMM 3 #define BTPROTO_BNEP 4 #define BTPROTO_CMTP 5 +#define BTPROTO_HIDP 6 #define SOL_HCI 0 #define SOL_L2CAP 6 -- cgit