mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
New APIs: * protocomm_open_session() * protocomm_close_session() This allows external applications using protocomm to manually create and close sessions. These internally call the new_transport_session() and close_transport_session() APIs implemented by the security scheme in use. Updated unit tests with usage of new APIs