ESP-IDF
esp_blufi_cb_param_t::ca
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::ca
esp_blufi_cb_param_t::ca field
ESP_BLUFI_EVENT_RECV_CA_CERT Blufi callback param of ESP_BLUFI_EVENT_RECV_CA_CERT
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:243
struct
blufi_recv_ca_evt_param
{
uint8_t
*
cert
;
int
cert_len
;
}
ca
;
Examples
References
from
examples
Code
Location
Referrer
}
ca
;
/*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_CA_CERT */
esp_blufi_api.h:246
dst
->
ca
.
cert
=
osi_malloc
(
src
->
ca
.
cert_len
)
;
blufi_prf.c:512
btc_blufi_cb_deep_copy()
if
(
dst
->
ca
.
cert
==
NULL
)
{
blufi_prf.c:513
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
ca
.
cert
,
src
->
ca
.
cert
,
src
->
ca
.
cert_len
)
;
blufi_prf.c:516
btc_blufi_cb_deep_copy()
osi_free
(
param
->
ca
.
cert
)
;
blufi_prf.c:580
btc_blufi_cb_deep_free()
param
.
ca
.
cert
=
&
data
[
0
]
;
blufi_protocol.c:194
btc_blufi_protocol_handler()
param
.
ca
.
cert_len
=
len
;
blufi_protocol.c:195
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::ca
is read by 3 functions:
All items filtered out
esp_blufi_cb_param_t::ca
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