summaryrefslogtreecommitdiffstats
path: root/src/hfp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hfp.h')
-rw-r--r--src/hfp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hfp.h b/src/hfp.h
index 64a70550..b54de566 100644
--- a/src/hfp.h
+++ b/src/hfp.h
@@ -50,3 +50,9 @@ enum hfp_codec {
HFP_CODEC_CVSD = 0x01,
HFP_CODEC_MSBC = 0x02,
};
+
+enum hfp_version {
+ HFP_VERSION_1_5 = 0x0105,
+ HFP_VERSION_1_6 = 0x0106,
+ HFP_VERSION_LATEST = HFP_VERSION_1_6,
+};