#project (platform)
PLATFORM_NAME = A7DAL_CSR

#retry connect counts
RETRY_COUNTS = 1

#The default value when not setted, 1 is auto connected
AUTO_CONNECT_LAST_DEVICE = 1

#connect pair list , 0 not connect from pair list; 1 connect from pair list
AUTO_CONNECT_PAIR_LIST = 1

#Is automatically rejected pairs when no scan 
AUTO_REJECT_PAIR_NO_SCAN = 1

#message notify
MESSAGE_NOTIFY = 0

#download contact photo, 1 yes, 0 no
LOAD_CONTACT_PHOTO = 0

#download contact email
LOAD_CONTACT_EMAIL = 0

#download contact address
LOAD_CONTACT_ADDRESS = 1

#the default device name
DEVICE_NAME = CVTE

#the bt service version
BT_SERVICE_VERSION = V1.34

#pair list count
PAIR_DEVICE_COUNT = 5

#folder item max count
MAX_FOLDER_ITEM_COUNT = 500

#media item max count
MAX_MEDIA_ITEM_CONUT = 500

#call log max count for each type(Download 20 for each type)
MAX_CALL_LOG_COUNT = 1000

#all call log max count(the MAX_CALL_LOG_COUNT is invalid when MAX_ALL_CALL_LOG_COUNT > 0)
MAX_ALL_CALL_LOG_COUNT = 3000

#all contacts max count
MAX_CONTACTS_COUNT = 3001

#all favorite contacts max count
MAX_FAV_CONTACTS_COUNT = 100

#message max count
MAX_MESSAGE_IN_COUNT = 0

#reconnection time of abnormal disconnect(unit:s)
TRY_CONNECT_TIME = 300

#the time of To allow mobile phone back to connect(ms)
BACK_TO_CONNECT_TIME = 10000

#The default value when not setted, 0 incoming notify, 1 auto reject incoming 
BTC_AUTO_REJECT_INCALL = 0;

#The default value when not setted,0 don`t download phonebook, 1 auto download phonebook
BT_AUTO_PBAP_LOAD = 0;

#The default value when not setted,0 don`t download calllog, 1 auto download calllog
BT_AUTO_CAL_LLOG_LOAD = 1;

#The default value when not setted
BT_AUTO_MESSAGE_LOAD = 0;

#The default value when not setted
BT_AUTO_OPEN_BLUETOOTH = 1;

#The bluetooth local device name path
BT_LOCAL_NAME_PATH = /perm_data/data/bluetooth

#The bluetooth local contact list and paired list db path
BT_LOCAL_DATABASE_PATH = /perm_data/data/bluetooth/db

#The bluetooth local data temp
BT_LOCAL_TEMP_PATH = /app/etc/bluetooth/data/temp/album.jpg

#use host name for machne
# 0  is use default config name
# 1  is use simple DEVICE_NAME
# 2  is use DEVICE_NAME + random mode
# 3  is use DEVICE_NAME + product data
BT_USE_HOST_NAME_MODE = 2

