Merge branch 'bugfix/btdm_dont_dequeue_the_command_queue_v3.1' into 'release/v3.1'
component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.1) See merge request espressif/esp-idf!8247
This commit is contained in:
commit
fd555836b3
2 changed files with 7 additions and 0 deletions
|
@ -1586,3 +1586,9 @@ IT_015_01:
|
||||||
tags:
|
tags:
|
||||||
- ESP32_IDF
|
- ESP32_IDF
|
||||||
- SSC_T2_4
|
- SSC_T2_4
|
||||||
|
|
||||||
|
UT_001_41:
|
||||||
|
<<: *unit_test_template
|
||||||
|
tags:
|
||||||
|
- ESP32_IDF
|
||||||
|
- UT_T1_1
|
||||||
|
|
|
@ -1088,6 +1088,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue