From 2e9cb14e26850c773db63967cf8585035a089c7f Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Mon, 15 Apr 2013 18:41:49 -0300 Subject: hfp: Move HFP versions definitions to hfp.h hfp.h should store all HFP related definitions. --- src/hfp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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, +}; -- cgit v1.2.3