Loading system/bta/gatt/bta_gattc_act.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1048,6 +1048,7 @@ void bta_gattc_disc_cmpl(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { /* start discovery again */ p_clcb->auto_update = BTA_GATTC_REQ_WAITING; bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL); } /* get any queued command to proceed */ Loading Loading
system/bta/gatt/bta_gattc_act.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1048,6 +1048,7 @@ void bta_gattc_disc_cmpl(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { /* start discovery again */ p_clcb->auto_update = BTA_GATTC_REQ_WAITING; bta_gattc_sm_execute(p_clcb, BTA_GATTC_INT_DISCOVER_EVT, NULL); } /* get any queued command to proceed */ Loading