blob: ba7c0afc4f414f6b2c8a43c2e4b0dc604b715973 [file] [log] [blame]
Zvikomborero VIncent Zvikarambab73bb402016-07-20 17:19:53 -04001/*
2 * Copyright (C) 2014 The CyanogenMod Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef _BDROID_BUILDCFG_H
18#define _BDROID_BUILDCFG_H
19
20#define BTM_DEF_LOCAL_NAME "Galaxy Grand Prime"
21#define BLUETOOTH_QTI_SW TRUE
22#define BTA_DISABLE_DELAY 1000 /* in milliseconds */
23#define BLUETOOTH_QCOM_SW TRUE
24#define BLUETOOTH_QCOM_LE_INTL_SCAN TRUE
25#define BTC_INCLUDED TRUE
26// Disables read remote device feature
27#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE
28#define MAX_ACL_CONNECTIONS 7
29#define MAX_L2CAP_CHANNELS 16
30// skips conn update at conn completion
31#define BTA_BLE_SKIP_CONN_UPD FALSE
32#define BLE_VND_INCLUDED TRUE
33#define BLE_PERIPHERAL_ADV_NAME TRUE
34#endif