forked from espressif/esp-idf
bugfix(mesh): remove reset link state on receiving prov_data packets
This commit is contained in:
@@ -944,8 +944,6 @@ static void prov_data(const uint8_t *data)
|
|||||||
/* Ignore any further PDUs on this link */
|
/* Ignore any further PDUs on this link */
|
||||||
prov_link.expect = 0U;
|
prov_link.expect = 0U;
|
||||||
|
|
||||||
reset_state();
|
|
||||||
|
|
||||||
#if CONFIG_BLE_MESH_RPR_SRV
|
#if CONFIG_BLE_MESH_RPR_SRV
|
||||||
/* For NPPI, no need to perform the following actions */
|
/* For NPPI, no need to perform the following actions */
|
||||||
if (bt_mesh_atomic_test_bit(prov_link.flags, PB_NPPI)) {
|
if (bt_mesh_atomic_test_bit(prov_link.flags, PB_NPPI)) {
|
||||||
|
Reference in New Issue
Block a user