• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/bt


Commit MetaInfo

Revision849248c2dcaaf8202960c526f656b2493234bfeb (tree)
Zeit2017-05-31 06:12:58
AutorLinux Build Service Account <lnxbuild@quic...>
CommiterGerrit - the friendly Code Review server

Log Message

Merge "Cancel the link idle timer during gatt_connect"

Ändern Zusammenfassung

Diff

--- a/stack/gatt/gatt_main.c
+++ b/stack/gatt/gatt_main.c
@@ -400,7 +400,7 @@ BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr,
400400 if (ret)
401401 {
402402 if (!opportunistic)
403- gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, TRUE, FALSE);
403+ gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, TRUE, TRUE);
404404 else
405405 GATT_TRACE_DEBUG("%s: connection is opportunistic, not updating app usage",
406406 __func__);