From f843c841cfdcb3bfd45ba136847421ad8e18efbe Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Jul 2004 15:38:11 +0000 Subject: Add AVDTP protocol identifier --- include/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bluetooth.h b/include/bluetooth.h index 412ccf61..d6359938 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -52,6 +52,7 @@ extern "C" { #define BTPROTO_BNEP 4 #define BTPROTO_CMTP 5 #define BTPROTO_HIDP 6 +#define BTPROTO_AVDTP 7 #define SOL_HCI 0 #define SOL_L2CAP 6 -- cgit