Bug 1167070 - Overwrite BLE related flags to enable BLE functionalities in bluedroid for both bluetooth1 and bluetooth2. r=shuang

This commit is contained in:
Jocelyn Liu 2015-05-22 20:07:00 -04:00
parent edd2c80f87
commit ff9f1eba0d

View File

@ -41,4 +41,9 @@
/* SDP AVRCP 1.5 feature */ /* SDP AVRCP 1.5 feature */
#define SDP_AVRCP_1_5 FALSE #define SDP_AVRCP_1_5 FALSE
/* BLE Feature */
#define BTA_GATT_INCLUDED TRUE
#define BLE_INCLUDED TRUE
#define SMP_INCLUDED TRUE
#endif /* B2G_BDROID_BUILDCFG_H */ #endif /* B2G_BDROID_BUILDCFG_H */