mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.2)
This commit is contained in:
@@ -1087,6 +1087,7 @@ void gatts_process_read_by_type_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
attp_send_sr_msg(p_tcb, p_msg);
|
attp_send_sr_msg(p_tcb, p_msg);
|
||||||
|
gatt_dequeue_sr_cmd(p_tcb);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user