diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 607519e..80f0a10 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -21,7 +21,6 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "OnePlus 9 Pro" // Disables read remote device feature #define MAX_ACL_CONNECTIONS 16 #define MAX_L2CAP_CHANNELS 32 diff --git a/vendor.prop b/vendor.prop index 7445802..2a355df 100644 --- a/vendor.prop +++ b/vendor.prop @@ -1,3 +1,6 @@ +# Bluetooth +bluetooth.device.default_name=OnePlus 9 Pro + # Graphics ro.surface_flinger.set_idle_timer_ms=250 ro.surface_flinger.set_touch_timer_ms=300