land: Update bdroid_buildcfg from mido
Revision: d34ffacaf28030179ccdef8650050a1c01d98f48 Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
3cd87799ae
commit
c9c9344b87
1 changed files with 9 additions and 2 deletions
|
@ -18,8 +18,15 @@
|
||||||
#ifndef _BDROID_BUILDCFG_H
|
#ifndef _BDROID_BUILDCFG_H
|
||||||
#define _BDROID_BUILDCFG_H
|
#define _BDROID_BUILDCFG_H
|
||||||
|
|
||||||
#define BTM_DEF_LOCAL_NAME "Redmi"
|
#define BTM_DEF_LOCAL_NAME "Redmi 3S"
|
||||||
|
#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE
|
||||||
|
#define MAX_ACL_CONNECTIONS 7
|
||||||
|
#define MAX_L2CAP_CHANNELS 16
|
||||||
#define BLE_VND_INCLUDED TRUE
|
#define BLE_VND_INCLUDED TRUE
|
||||||
|
#define BTA_BLE_SKIP_CONN_UPD FALSE
|
||||||
|
#define BLE_PERIPHERAL_ADV_NAME FALSE
|
||||||
#define BT_CLEAN_TURN_ON_DISABLED 1
|
#define BT_CLEAN_TURN_ON_DISABLED 1
|
||||||
|
#define BTA_DISABLE_DELAY 1000
|
||||||
|
#define BTM_WBS_INCLUDED TRUE
|
||||||
|
#define BTIF_HF_WBS_PREFERRED TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue