From fccacdc27dffbc563a4cfe2e1aa9ed987a1bfca1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 5 Jun 2003 06:38:18 +0000 Subject: Add protocol number for CMTP --- include/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bluetooth.h b/include/bluetooth.h index 93a6f628..c09e99d4 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -48,6 +48,7 @@ extern "C" { #define BTPROTO_SCO 2 #define BTPROTO_RFCOMM 3 #define BTPROTO_BNEP 4 +#define BTPROTO_CMTP 5 #define SOL_HCI 0 #define SOL_L2CAP 6 -- cgit