ESP-IDF
esp_blufi_cb_param_t::server_cert
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_blufi_cb_param_t::server_cert
esp_blufi_cb_param_t::server_cert field
ESP_BLUFI_EVENT_RECV_SERVER_CERT Blufi callback param of ESP_BLUFI_EVENT_RECV_SERVER_CERT
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:259
struct
blufi_recv_server_cert_evt_param
{
uint8_t
*
cert
;
int
cert_len
;
}
server_cert
;
Examples
References
from
examples
Code
Location
Referrer
}
server_cert
;
/*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_SERVER_CERT */
esp_blufi_api.h:262
dst
->
server_cert
.
cert
=
osi_malloc
(
src
->
server_cert
.
cert_len
)
;
blufi_prf.c:526
btc_blufi_cb_deep_copy()
if
(
dst
->
server_cert
.
cert
==
NULL
)
{
blufi_prf.c:527
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
server_cert
.
cert
,
src
->
server_cert
.
cert
,
src
->
server_cert
.
cert_len
)
;
blufi_prf.c:530
btc_blufi_cb_deep_copy()
osi_free
(
param
->
server_cert
.
cert
)
;
blufi_prf.c:586
btc_blufi_cb_deep_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_blufi_cb_param_t::server_cert
is read by 2 functions:
All items filtered out
esp_blufi_cb_param_t::server_cert
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out