summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhimta ram <hram@codeaurora.org>2020-01-09 15:47:36 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-01-09 22:35:58 -0800
commitb326f600cbfd541392b2d562e7cdf12d8d5ae3a9 (patch)
treeb6d2fce702f08229e490bfb88556501e131a0b6b
parent6cde9fb3074fe08fd71d8e2f82d1cace31a0cc63 (diff)
FM: add FM Coex property to common interface define.
Add FM_PROP_WAN_RATCONF and FM_PROP_BTWLAN_LPFENABLER to common interface define. CRs-fixed: 2600779 Change-Id: I98cc415b7fe0c7634fa1420433cb72e1aec9595f
-rw-r--r--include/btcommon_interface_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/btcommon_interface_defs.h b/include/btcommon_interface_defs.h
index 6180aea..d235df6 100644
--- a/include/btcommon_interface_defs.h
+++ b/include/btcommon_interface_defs.h
@@ -70,6 +70,8 @@ enum {
FM_PROP_CTL_START,
FM_PROP_CTL_STOP,
FM_STATS_PROP,
+ FM_PROP_WAN_RATCONF,
+ FM_PROP_BTWLAN_LPFENABLER,
};
#endif