dubai: Replace BTM_DEF_LOCAL_NAME with a sysprop
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
This commit is contained in:
parent
2725015b49
commit
48b296c2c2
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 30"
|
|
||||||
// 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 30
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
persist.vendor.camera.physical.num=4
|
persist.vendor.camera.physical.num=4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue