summaryrefslogtreecommitdiff
path: root/health/mcap.h
diff options
context:
space:
mode:
authorSantiago Carot-Nemesio <sancane@gmail.com>2010-07-27 11:52:43 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-09-02 14:52:06 +0300
commitd25f53fe9024363bca5f7199502b72ae04a79c43 (patch)
tree8a5aebf431992701dea28b7ad396561e739552c7 /health/mcap.h
parente6a5eef667ed379b60bcf5fc7f39b79d230f4d7b (diff)
downloadbluez-d25f53fe9024363bca5f7199502b72ae04a79c43.tar.gz
Add version and supported procedures values
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