summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKrzysztof Wilk <Krzysztofx.Wilk@intel.com>2014-03-17 16:47:27 +0100
committerDenis Kenzior <denkenz@gmail.com>2014-03-19 10:12:16 -0500
commit2e78ea183087c19d764e0f2b5c9ba095e18af94b (patch)
tree07c4bd399ee8d39d62a41b9f80c3000e1201ebd4 /src
parentdafbd0da2582e4eb36cb5b96a7b24faa9eece090 (diff)
downloadofono-2e78ea183087c19d764e0f2b5c9ba095e18af94b.tar.bz2
hfp: Define hfp_ag_chld_feature
Diffstat (limited to 'src')
-rw-r--r--src/hfp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/hfp.h b/src/hfp.h
index 0d36ae51..94ea4f7a 100644
--- a/src/hfp.h
+++ b/src/hfp.h
@@ -45,6 +45,17 @@ enum hfp_hf_feature {
HFP_HF_FEATURE_CODEC_NEGOTIATION = 0x80,
};
+/* HFP AG supported call hold and multiparty services bitmap. Bluetooth HFP 1.6 spec page 76 */
+enum hfp_ag_chld_feature {
+ HFP_AG_CHLD_0 = 0x1,
+ HFP_AG_CHLD_1 = 0x2,
+ HFP_AG_CHLD_1x = 0x4,
+ HFP_AG_CHLD_2 = 0x8,
+ HFP_AG_CHLD_2x = 0x10,
+ HFP_AG_CHLD_3 = 0x20,
+ HFP_AG_CHLD_4 = 0x40,
+};
+
enum hfp_sdp_hf_features {
HFP_SDP_HF_FEATURE_ECNR = 0x1,
HFP_SDP_HF_FEATURE_3WAY = 0x2,