diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-06-05 06:38:18 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2003-06-05 06:38:18 +0000 | 
| commit | fccacdc27dffbc563a4cfe2e1aa9ed987a1bfca1 (patch) | |
| tree | fe4d7f22d6fc362c5978ce939657c56b4fc9c74c | |
| parent | 5206dbb419458caad6664aef67e34dba8be3fefa (diff) | |
Add protocol number for CMTP
| -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 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 | 
