Merge branch 'feature/sec1_sec2_support_esp_local_ctrl_example' into 'master'

esp_local_ctrl: added sec1 and sec2 support in esp_local_ctrl example

See merge request espressif/esp-idf!20492
This commit is contained in:
Mahavir Jain
2022-10-18 13:49:09 +08:00
6 changed files with 207 additions and 22 deletions
@@ -27,7 +27,7 @@ Initialization of the **esp_local_ctrl** service over BLE transport is performed
.proto_sec = {
.version = PROTOCOM_SEC0,
.custom_handle = NULL,
.pop = NULL,
.sec_params = NULL,
},
.handlers = {
/* User defined handler functions */
@@ -73,7 +73,7 @@ Similarly for HTTPS transport:
.proto_sec = {
.version = PROTOCOM_SEC0,
.custom_handle = NULL,
.pop = NULL,
.sec_params = NULL,
},
.handlers = {
/* User defined handler functions */