summaryrefslogtreecommitdiff
path: root/health/mcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'health/mcap.h')
-rw-r--r--health/mcap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/health/mcap.h b/health/mcap.h
index af14de336..5f2a8987b 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