diff options
| author | Ilya <ilya.lebedev.2003@mail.ru> | 2016-08-11 12:42:34 +0600 |
|---|---|---|
| committer | Ilya <ilya.lebedev.2003@mail.ru> | 2016-08-11 12:42:34 +0600 |
| commit | b6f861b432de5eeb8c1339619cc741f940ea4719 (patch) | |
| tree | 73f07bf8520c1f9d5b01ff876fa2b460f8075d8b /bluetooth | |
peach: First Commit
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h new file mode 100644 index 0000000..9ddf134 --- /dev/null +++ b/bluetooth/bdroid_buildcfg.h @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2015 The CyanogenMod Project <http://www.cyanogenmod.org> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef _BDROID_BUILDCFG_H +#define _BDROID_BUILDCFG_H + +#define BTM_DEF_LOCAL_NAME "ARK Benefit A3" +#define BLUETOOTH_QTI_SW TRUE +#define MAX_ACL_CONNECTIONS 7 +#define MAX_L2CAP_CHANNELS 16 +#define BTA_BLE_SKIP_CONN_UPD FALSE +#define BLE_VND_INCLUDED TRUE +#define BLE_PERIPHERAL_ADV_NAME FALSE +#define BT_CLEAN_TURN_ON_DISABLED 1 +#endif |
