BL: add INTEROP_ENABLE_PL10_ADAPTIVE_CONTROL
Add item INTEROP_ENABLE_PL10_ADAPTIVE_CONTROL to
enable power level 10 adaptive control in FW side for remote devices
in this whitelist item. Customer needs to maintain devices in
this whitelist by themselves.
Change-Id: I3795d171a22e7a8e630c6918e8554e85af04d7ba
CRs-Fixed: 2366151
diff --git a/system_bt_ext/conf/interop_database.conf b/system_bt_ext/conf/interop_database.conf
index fa948f6..b36dee0 100644
--- a/system_bt_ext/conf/interop_database.conf
+++ b/system_bt_ext/conf/interop_database.conf
@@ -448,3 +448,7 @@
50:65:83 = Address_Based
28:3f:69 = Address_Based
AirPods = Name_Based
+
+#Enable power level 10 adaptive control in FW side for remote devices
+#in this whitelist item.
+[INTEROP_ENABLE_PL10_ADAPTIVE_CONTROL]
diff --git a/system_bt_ext/device/src/interop.cc b/system_bt_ext/device/src/interop.cc
index 6e209c7..b29d1c9 100644
--- a/system_bt_ext/device/src/interop.cc
+++ b/system_bt_ext/device/src/interop.cc
@@ -241,6 +241,7 @@
CASE_RETURN_STR(INTEROP_ENABLE_AAC_CODEC)
CASE_RETURN_STR(INTEROP_DISABLE_CONNECTION_AFTER_COLLISION)
CASE_RETURN_STR(INTEROP_AVRCP_BROWSE_OPEN_CHANNEL_COLLISION)
+ CASE_RETURN_STR(INTEROP_ENABLE_PL10_ADAPTIVE_CONTROL)
CASE_RETURN_STR(END_OF_INTEROP_LIST)
CASE_RETURN_STR(INTEROP_ADV_PBAP_VER_1_2)
CASE_RETURN_STR(INTEROP_DISABLE_SNIFF_LINK_DURING_SCO)