Loading system/bta/gatt/bta_gattc_act.cc +3 −3 Original line number Diff line number Diff line Loading @@ -1192,10 +1192,10 @@ void bta_gattc_op_cmpl(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data) { return; } /* discard responses if service change indication is received before * operation completed */ /* Except for MTU configuration, discard responses if service change * indication is received before operation completed */ if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && p_clcb->p_srcb->srvc_hdl_chg) { p_clcb->p_srcb->srvc_hdl_chg && op != GATTC_OPTYPE_CONFIG) { APPL_TRACE_DEBUG( "Discard all responses when service change indication is received."); p_data->op_cmpl.status = GATT_ERROR; Loading Loading
system/bta/gatt/bta_gattc_act.cc +3 −3 Original line number Diff line number Diff line Loading @@ -1192,10 +1192,10 @@ void bta_gattc_op_cmpl(tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_DATA* p_data) { return; } /* discard responses if service change indication is received before * operation completed */ /* Except for MTU configuration, discard responses if service change * indication is received before operation completed */ if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && p_clcb->p_srcb->srvc_hdl_chg) { p_clcb->p_srcb->srvc_hdl_chg && op != GATTC_OPTYPE_CONFIG) { APPL_TRACE_DEBUG( "Discard all responses when service change indication is received."); p_data->op_cmpl.status = GATT_ERROR; Loading