commit | d3cd6a3f14592a5cab45bff7ed65b91681b818ea | [log] [tgz] |
---|---|---|
author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | Thu Sep 21 19:30:12 2017 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Sep 21 19:30:12 2017 -0700 |
tree | 38f0bd2eeb18ac354dd82a81af88c2583ee0879c | |
parent | 290c1e9cd1937a28e5611a4ee7a14994696ca196 [diff] | |
parent | c76ec116a7acb367a4b793131ff806c554b547a6 [diff] |
Merge "fm: delay fmhalservice property start" into fm.lnx.2.9.1
diff --git a/fm_hci/fm_hci.c b/fm_hci/fm_hci.c index f45a00a..d509395 100644 --- a/fm_hci/fm_hci.c +++ b/fm_hci/fm_hci.c
@@ -391,6 +391,7 @@ return; } // property_set("wc_transport.fm_service_status", "0"); + usleep(100 * 1000); // 100 msecs property_set(FM_VND_SERVICE_START, "true"); ALOGI("%s: %s set to true ", __func__, FM_VND_SERVICE_START ); for(i=0; i<45; i++) {