diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2020-12-02 21:43:48 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-12-02 23:22:35 +0100 |
| commit | 4a43aad76a0e371ba20baa6de3f82c0928dd2db3 (patch) | |
| tree | 30942ad85de2d16e7a384a622b5bb77cf02ee597 /bluetooth | |
| parent | cec896ccb9aa2d4a18ff3fcaf61b6cd7c52ac0cb (diff) | |
pro1: bluetooth: Undef BLUETOOTH_QTI_SW
This was long used to enable QC extended features. Right now,
with a pure AOSP BT stack, this is completely unused. Moreover,
it's enabled by default if devices opt-in for the QTI BT stack.
Change-Id: I0ad604d7a7a502df647676b1afc77d770fa50710
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/include/bdroid_buildcfg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 7d4e5a2..eec7500 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -5,7 +5,7 @@ * for attribution purposes only. * * Copyright (C) 2012 The Android Open Source Project - * Copyright (C) 2017 The LineageOS Project + * Copyright (C) 2017,2020 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,6 @@ #define _BDROID_BUILDCFG_H #define BTM_DEF_LOCAL_NAME "FxTec Pro1" -#define BLUETOOTH_QTI_SW TRUE // Disables read remote device feature #define MAX_ACL_CONNECTIONS 16 #define MAX_L2CAP_CHANNELS 16 |
