--- health/mcap.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/health/mcap.h b/health/mcap.h index 1c72080..bb05969 100644 --- a/health/mcap.h +++ b/health/mcap.h @@ -31,6 +31,11 @@ extern "C" { #endif +#define MCAP_VERSION 0x0100 /* current version 01.00 */ + +/* bytes to get MCAP Supported Procedures */ +#define MCAP_SUP_PROC 0x06 + /* maximum transmission unit for channels */ #define MCAP_CC_MTU 48 #define MCAP_DC_MTU L2CAP_DEFAULT_MTU -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html