blob: 6d36dec8ccc1c4e5bdac33bac1342d8a6685de1e [file] [log] [blame]
Pradeep Panigrahi87114bc2013-05-15 15:27:33 +05301/*
2 *
3 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
4 * Not a Contribution, Apache license notifications and license are retained
5 * for attribution purposes only.
6 *
7 * Copyright (C) 2012 The Android Open Source Project
8 *
9 * Licensed under the Apache License, Version 2.0 (the "License");
10 * you may not use this file except in compliance with the License.
11 * You may obtain a copy of the License at
12 *
13 * http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
20 */
21
22#ifndef _BDROID_BUILDCFG_H
23#define _BDROID_BUILDCFG_H
Borjan Tchakalofff0a775c2017-01-30 16:43:33 +010024#define BTM_DEF_LOCAL_NAME "FP2"
Satish kumar sugasi4980a0f2013-12-09 13:27:44 -080025// Disables read remote device feature
Subramanian Srinivasan6a44c282014-02-19 11:59:39 -080026#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE
Pramod Sivaramane12d4c52014-04-25 13:52:17 +053027#define MAX_L2CAP_CHANNELS 16
Satish kumar sugasi9ffa3e02014-08-25 14:38:12 -070028#define BLE_VND_INCLUDED TRUE
Nitin Arorad521f4b2013-12-06 17:12:23 -080029// skips conn update at conn completion
Subramanian Srinivasan6a44c282014-02-19 11:59:39 -080030#define BTA_BLE_SKIP_CONN_UPD FALSE
Satish kumar sugasi9ffa3e02014-08-25 14:38:12 -070031#define BLE_PERIPHERAL_ADV_NAME FALSE
Kiran Kelagerie8123cf2015-08-05 17:55:29 -070032#define BT_CLEAN_TURN_ON_DISABLED 1
Pradeep Panigrahi87114bc2013-05-15 15:27:33 +053033#endif