blob: bfb1da1835d87c77976bb443ad515fd0dc979610 [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
24#define BTM_DEF_LOCAL_NAME "QCOM-BTD"
Satish kumar sugasid09a9bd2013-12-09 13:27:44 -080025// Disables read remote device feature
Satish kumar sugasi9fd472a2016-09-27 17:54:37 -070026#define MAX_ACL_CONNECTIONS 16
pramod kotreshappa21fe90f2014-07-23 19:31:10 -070027#define MAX_L2CAP_CHANNELS 16
Satish kumar sugasie2171822014-08-25 14:38:12 -070028#define BLE_VND_INCLUDED TRUE
Nitin Aroraf68d13a2013-12-11 11:56:47 -080029// skips conn update at conn completion
Kiran Kelageric8973012015-08-12 15:23:42 -070030#define BT_CLEAN_TURN_ON_DISABLED 1
Umesh Vats7c456292017-05-11 12:03:55 -070031
32/* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */
33#define AVDT_NUM_SEPS 12
Pradeep Panigrahi87114bc2013-05-15 15:27:33 +053034#endif