interop: Add support for LPA enhanced power control blacklisting

Add support for LPA enhanced power control blacklisting to IOP database.

CRs-Fixed: 2597191
Change-Id: Ia3a04cac1d0694e8c47c608641e24797eb2c2eca
diff --git a/system_bt_ext/conf/interop_database.conf b/system_bt_ext/conf/interop_database.conf
index 057a547..9a0e3b1 100644
--- a/system_bt_ext/conf/interop_database.conf
+++ b/system_bt_ext/conf/interop_database.conf
@@ -518,3 +518,6 @@
 #Requires custom HID report command to change mode.
 [INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL]
 98:B6:E9 = Address_Based
+
+#Disable LPA enhanced power control feature
+[INTEROP_DISABLE_LPA_ENHANCED_POWER_CONTROL]
diff --git a/system_bt_ext/device/src/interop.cc b/system_bt_ext/device/src/interop.cc
index 22cdab3..76dd441 100644
--- a/system_bt_ext/device/src/interop.cc
+++ b/system_bt_ext/device/src/interop.cc
@@ -251,11 +251,12 @@
     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)
     CASE_RETURN_STR(INTEROP_DISABLE_SNIFF_DURING_CALL)
     CASE_RETURN_STR(INTEROP_HID_HOST_LIMIT_SNIFF_INTERVAL)
+    CASE_RETURN_STR(INTEROP_DISABLE_LPA_ENHANCED_POWER_CONTROL)
+    CASE_RETURN_STR(END_OF_INTEROP_LIST)
   }
   return "UNKNOWN";
 }