projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafbd0d
)
hfp: Define hfp_ag_chld_feature
author
Krzysztof Wilk
<Krzysztofx.Wilk@intel.com>
Mon, 17 Mar 2014 15:47:27 +0000
(16:47 +0100)
committer
Denis Kenzior
<denkenz@gmail.com>
Wed, 19 Mar 2014 15:12:16 +0000
(10:12 -0500)
src/hfp.h
patch
|
blob
|
history
diff --git
a/src/hfp.h
b/src/hfp.h
index 0d36ae51f1727c8c8a6913791437a9190520f7f8..94ea4f7a590809d708807dd0dac1ee2db8a9a034 100644
(file)
--- 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,