Merge branch 'bugfix/BLEQABR23-628' into 'master'

bugfix(mesh): remove reset link state on receiving prov_data packets

Closes BLERP-77

See merge request espressif/esp-idf!26104
pull/12330/head
Island 2023-09-22 11:59:12 +08:00
commit cba5b6f2bf
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -944,8 +944,6 @@ static void prov_data(const uint8_t *data)
/* Ignore any further PDUs on this link */
prov_link.expect = 0U;
reset_state();
#if CONFIG_BLE_MESH_RPR_SRV
/* For NPPI, no need to perform the following actions */
if (bt_mesh_atomic_test_bit(prov_link.flags, PB_NPPI)) {