Przeglądaj źródła

Merge branch 'bugfix/btdm_dont_dequeue_the_command_queue_v3.3' into 'release/v3.3'

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

See merge request espressif/esp-idf!8183
Jiang Jiang Jian 5 lat temu
rodzic
commit
a71e85fb63
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      components/bt/bluedroid/stack/gatt/gatt_sr.c

+ 1 - 0
components/bt/bluedroid/stack/gatt/gatt_sr.c

@@ -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);
     }
 
 }