ESP-IDF
blufi_recv_ca_evt_param::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
blufi_recv_ca_evt_param::cert
blufi_recv_ca_evt_param::cert field
CA certificate point
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:244
uint8_t
*
cert
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
cert
;
/*!< CA certificate point */
esp_blufi_api.h:244
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
blufi_recv_ca_evt_param::cert
is written by 2 functions and is read by 2 functions:
btc_blufi_cb_deep_copy()
btc_blufi_protocol_handler()
All items filtered out
blufi_recv_ca_evt_param::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