fix ble read multi char err when the number of handles is more than 10

This commit is contained in:
zwj
2020-08-04 20:19:25 +08:00
parent 4a719daa78
commit 0880c7bcf9
2 changed files with 10 additions and 5 deletions
@@ -527,6 +527,7 @@ void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, U
if (ll != 0) {
GATT_TRACE_ERROR("max attribute handle reached in ReadMultiple Request.");
err = GATT_INVALID_HANDLE;
}
if (p_tcb->sr_cmd.multi_req.num_handles == 0) {