diff options
| author | Joonhyuk Song <fprhqkrtk303@naver.com> | 2015-12-04 20:05:55 +0900 |
|---|---|---|
| committer | Joonhyuk Song <fprhqkrtk303@naver.com> | 2015-12-04 20:05:55 +0900 |
| commit | 551406b4c03de2e6989cacb2d548470c11efb605 (patch) | |
| tree | c37b9e0e4a8cd30cc9d942cd7bef4cceadba731c | |
| parent | 8944ae216720eb2ef3560a7c775475978ffd13d4 (diff) | |
f400: bluetooth: enable ble peripheral mode
Change-Id: I32fc97dba859a48ed6407ee1f02236a84bd20539
| -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 57ac280..a5374c8 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -18,6 +18,8 @@ #define _BDROID_BUILDCFG_H #define BTM_DEF_LOCAL_NAME "LG F400" -#define BTA_DISABLE_DELAY 100 /* in milliseconds */ +#define BTA_DISABLE_DELAY 1000 /* in milliseconds */ + +#define BLE_VND_INCLUDED TRUE #endif |
