berlna: Replace BTM_DEF_LOCAL_NAME with a sysprop
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
This commit is contained in:
parent
c19b3ae1e9
commit
1d7427c90e
2 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
#ifndef _BDROID_BUILDCFG_H
|
#ifndef _BDROID_BUILDCFG_H
|
||||||
#define _BDROID_BUILDCFG_H
|
#define _BDROID_BUILDCFG_H
|
||||||
|
|
||||||
#define BTM_DEF_LOCAL_NAME "Motorola Edge (2021)"
|
|
||||||
// Disables read remote device feature
|
// Disables read remote device feature
|
||||||
#define MAX_ACL_CONNECTIONS 16
|
#define MAX_ACL_CONNECTIONS 16
|
||||||
#define MAX_L2CAP_CHANNELS 16
|
#define MAX_L2CAP_CHANNELS 16
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Bluetooth
|
||||||
|
bluetooth.device.default_name=motorola edge (2021)
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
persist.vendor.camera.physical.num=4
|
persist.vendor.camera.physical.num=4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue