Merge 05cbc9469651eb056c5925cab40e1bd912d80cc2 on remote branch
Change-Id: I40da3a01ffdeaf2c3aa63fec8d403e5cfc91ad91
diff --git a/system_bt_ext/btconfigstore/bt_configstore.cc b/system_bt_ext/btconfigstore/bt_configstore.cc
index 9d0b51d..d447195 100644
--- a/system_bt_ext/btconfigstore/bt_configstore.cc
+++ b/system_bt_ext/btconfigstore/bt_configstore.cc
@@ -535,10 +535,10 @@
soc_type = BT_SOC_TYPE_CHEROKEE;
} else if (!strncasecmp(soc_name, "ath3k", sizeof("ath3k"))) {
soc_type = BT_SOC_TYPE_AR3K;
- } else if (!strncasecmp(soc_name, "napier", sizeof("napier"))) {
- soc_type = BT_SOC_TYPE_NAPIER;
} else if (!strncasecmp(soc_name, "hastings", sizeof("hastings"))) {
soc_type = BT_SOC_TYPE_HASTINGS;
+ } else if (!strncasecmp(soc_name, "moselle", sizeof("moselle"))) {
+ soc_type = BT_SOC_TYPE_MOSELLE;
} else if (!strncasecmp(soc_name, "pronto", sizeof("pronto"))) {
soc_type = BT_SOC_TYPE_DEFAULT;
} else {