mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1167070 - Overwrite BLE related flags to enable BLE functionalities in bluedroid for both bluetooth1 and bluetooth2. r=shuang
This commit is contained in:
parent
160a111f22
commit
56224435d6
@ -41,4 +41,9 @@
|
||||
/* SDP AVRCP 1.5 feature */
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user