forked from espressif/esp-idf
docs: pop deprecated, updated to sec_params
This commit is contained in:
@@ -27,7 +27,7 @@ Initialization of the **esp_local_ctrl** service over BLE transport is performed
|
|||||||
.proto_sec = {
|
.proto_sec = {
|
||||||
.version = PROTOCOM_SEC0,
|
.version = PROTOCOM_SEC0,
|
||||||
.custom_handle = NULL,
|
.custom_handle = NULL,
|
||||||
.pop = NULL,
|
.sec_params = NULL,
|
||||||
},
|
},
|
||||||
.handlers = {
|
.handlers = {
|
||||||
/* User defined handler functions */
|
/* User defined handler functions */
|
||||||
@@ -73,7 +73,7 @@ Similarly for HTTPS transport:
|
|||||||
.proto_sec = {
|
.proto_sec = {
|
||||||
.version = PROTOCOM_SEC0,
|
.version = PROTOCOM_SEC0,
|
||||||
.custom_handle = NULL,
|
.custom_handle = NULL,
|
||||||
.pop = NULL,
|
.sec_params = NULL,
|
||||||
},
|
},
|
||||||
.handlers = {
|
.handlers = {
|
||||||
/* User defined handler functions */
|
/* User defined handler functions */
|
||||||
|
Reference in New Issue
Block a user