diff options
| author | Matthew Xie <mattx@google.com> | 2013-05-08 15:52:23 -0700 |
|---|---|---|
| committer | Matthew Xie <mattx@google.com> | 2013-05-08 18:45:10 -0700 |
| commit | 4b06973722d6a7b152f9a4704fa516411497cc21 (patch) | |
| tree | 1e2bf434b89a621ed70fe73c1ea5528ef9382f3b /bluetooth | |
| parent | 9cdb8fe31b549f384f1bddd741a408732276da14 (diff) | |
Turn off BLE, GATT, and SMP of Bluetooth stack
bug 8664724
Change-Id: Iba679cc0feb7eb2e1cf667862e47f8e710b5e8ed
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index aa61dba..3a0fbe1 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -27,5 +27,7 @@ #define BTIF_HF_SERVICES (BTA_HSP_SERVICE_MASK) #define BTIF_HF_SERVICE_NAMES { BTIF_HSAG_SERVICE_NAME } #define PAN_NAP_DISABLED TRUE - +#define BLE_INCLUDED FALSE +#define BTA_GATT_INCLUDED FALSE +#define SMP_INCLUDED FALSE #endif |
