diff options
Diffstat (limited to 'btif/src/btif_dm.c')
-rwxr-xr-x | btif/src/btif_dm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c index 610cd3f..17d2488 100755 --- a/btif/src/btif_dm.c +++ b/btif/src/btif_dm.c @@ -1306,7 +1306,7 @@ bt_status_t btif_dm_get_adapter_property(bt_property_t *prop) case BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT: { uint32_t *tmt = (uint32_t*)prop->val; - *tmt = 0; + *tmt = 120; /* default to 120s, if not found in NV */ prop->len = sizeof(uint32_t); } break; |