diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 1899590..e6bcc82 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -34,7 +34,7 @@ static inline const char* BtmGetDefaultName() if (strstr(product_device, "potter")) return "Moto G(5) Plus"; if (strstr(product_device, "sanders")) - return "Moto G(5)S"; + return "Moto G(5S) Plus"; // Fallback to ro.product.model return "Moto MSM8953";