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 79563e14..64a70550 100644
--- a/src/hfp.h
+++ b/src/hfp.h
@@ -44,3 +44,9 @@ enum hfp_hf_feature {
HFP_HF_FEATURE_ENHANCED_CALL_CONTROL = 0x40,
HFP_HF_FEATURE_CODEC_NEGOTIATION = 0x80,
};
+
+/* Supported agent codecs */
+enum hfp_codec {
+ HFP_CODEC_CVSD = 0x01,
+ HFP_CODEC_MSBC = 0x02,
+};