mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
cba5b6f2bf
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user