docs: pop deprecated, updated to sec_params

This commit is contained in:
harshal.patil
2022-10-14 17:11:02 +05:30
parent f9db1ec366
commit 3a05ac178e

View File

@@ -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 */