From 4f018af0f15901dcda46f6b93ebf9db7c0d1b993 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 9 Jul 2004 19:43:49 +0000 Subject: Add info type and info result definitions --- include/l2cap.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/l2cap.h b/include/l2cap.h index d06eb800..e2fa860e 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -196,6 +196,14 @@ typedef struct { } __attribute__ ((packed)) l2cap_info_rsp; #define L2CAP_INFO_RSP_SIZE 4 +/* info type */ +#define L2CAP_IT_CL_MTU 0x0001 +#define L2CAP_IT_FEAT_MASK 0x0002 + +/* info result */ +#define L2CAP_IR_SUCCESS 0x0000 +#define L2CAP_IR_NOTSUPP 0x0001 + #ifdef __cplusplus } #endif -- cgit