mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00

1. Allow SSI in publish and subscribe, populate Peer's SSI in match events 2. Allow SSI with length higher than 255 bytes by using SDEA for all NAN services 3. Update API's to support SSI changes and other SDEA parameters 4. Fix use after free issues with NAN Beacons and SDF's Closes https://github.com/espressif/esp-idf/issues/12473 Closes https://github.com/espressif/esp-idf/issues/13366