• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

system/bt


コミットメタ情報

リビジョン7080584a1b69931dc069bf17a5942d66285d409c (tree)
日時2019-08-30 12:08:26
作者TreeHugger Robot <treehugger-gerrit@goog...>
コミッターAndroid (Google) Code Review

ログメッセージ

Merge "Remove direct connection after notifying the connection up" into qt-qpr1-dev

変更サマリ

差分

--- a/stack/gatt/gatt_main.cc
+++ b/stack/gatt/gatt_main.cc
@@ -823,6 +823,9 @@ static void gatt_send_conn_cback(tGATT_TCB* p_tcb) {
823823 }
824824 }
825825
826+ /* Remove the direct connection */
827+ connection_manager::on_connection_complete(p_tcb->peer_bda);
828+
826829 if (!p_tcb->app_hold_link.empty() && p_tcb->att_lcid == L2CAP_ATT_CID) {
827830 /* disable idle timeout if one or more clients are holding the link disable
828831 * the idle timer */