ESP-IDF
esp_blufi_cb_param_t::client_cert
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::client_cert
esp_blufi_cb_param_t::client_cert field
ESP_BLUFI_EVENT_RECV_CLIENT_CERT Blufi callback param of ESP_BLUFI_EVENT_RECV_CLIENT_CERT
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:251
struct
blufi_recv_client_cert_evt_param
{
uint8_t
*
cert
;
int
cert_len
;
}
client_cert
;
Examples
References
from
examples
Code
Location
Referrer
}
client_cert
;
/*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_CLIENT_CERT */
esp_blufi_api.h:254
dst
->
client_cert
.
cert
=
osi_malloc
(
src
->
client_cert
.
cert_len
)
;
blufi_prf.c:519
btc_blufi_cb_deep_copy()
if
(
dst
->
client_cert
.
cert
==
NULL
)
{
blufi_prf.c:520
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
client_cert
.
cert
,
src
->
client_cert
.
cert
,
src
->
client_cert
.
cert_len
)
;
blufi_prf.c:523
btc_blufi_cb_deep_copy()
osi_free
(
param
->
client_cert
.
cert
)
;
blufi_prf.c:583
btc_blufi_cb_deep_free()
param
.
client_cert
.
cert
=
&
data
[
0
]
;
blufi_protocol.c:203
btc_blufi_protocol_handler()
param
.
client_cert
.
cert_len
=
len
;
blufi_protocol.c:204
btc_blufi_protocol_handler()
param
.
client_cert
.
cert
=
&
data
[
0
]
;
blufi_protocol.c:212
btc_blufi_protocol_handler()
param
.
client_cert
.
cert_len
=
len
;
blufi_protocol.c:213
btc_blufi_protocol_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_blufi_cb_param_t::client_cert
is read by 3 functions:
All items filtered out
esp_blufi_cb_param_t::client_cert
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
btc_blufi_protocol_handler()
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