forked from espressif/esp-idf
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
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user