lemonadep: Replace BTM_DEF_LOCAL_NAME with a sysprop

Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
This commit is contained in:
Sal Savage 2022-04-15 15:38:17 -07:00 committed by Bruno Martins
parent 5328dc49ad
commit f17d8f6099
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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