diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-03-08 13:48:12 -0500 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2017-03-13 16:27:01 -0500 |
| commit | 135636edce7e8b9f74918c270992b4c55842c228 (patch) | |
| tree | 892651bf8b991cec9492badc36d1e1733c518988 | |
| parent | d4b64790346a22be11c189be9db5c3390fca63b6 (diff) | |
msm8996: Set bluetooth disable delay to 1s
Change-Id: I1fa18890d64462a789ac15c2a9a1888a020451d8
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index d360067..ac59db2 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -37,6 +37,7 @@ inline const char* BtmGetDefaultName() } #define BTM_DEF_LOCAL_NAME BtmGetDefaultName() +#define BTA_DISABLE_DELAY 1000 /* in milliseconds */ #define BLE_VND_INCLUDED TRUE #define BTM_WBS_INCLUDED TRUE /* Enable WBS */ |
