summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hfp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hfp.h b/src/hfp.h
index 31730d99..de4c950f 100644
--- a/src/hfp.h
+++ b/src/hfp.h
@@ -88,3 +88,7 @@ enum hfp_version {
HFP_VERSION_1_7 = 0x0107,
HFP_VERSION_LATEST = HFP_VERSION_1_7,
};
+
+enum hfp_hf_indicator {
+ HFP_HF_INDICATOR_ENHANCED_SAFETY = 0x0001,
+};