component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.3)

This commit is contained in:
xiewenxiang 2020-03-31 16:45:57 +08:00
parent 6c9c253ed1
commit 23474dc737

View file

@ -1087,6 +1087,7 @@ void gatts_process_read_by_type_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len,
}
} else {
attp_send_sr_msg(p_tcb, p_msg);
gatt_dequeue_sr_cmd(p_tcb);
}
}