• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

system/bt


Commit MetaInfo

Revisão7080584a1b69931dc069bf17a5942d66285d409c (tree)
Hora2019-08-30 12:08:26
AutorTreeHugger Robot <treehugger-gerrit@goog...>
CommiterAndroid (Google) Code Review

Mensagem de Log

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

Mudança Sumário

Diff

--- 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 */