ESP-IDF
esp_blufi_cb_param_t::client_pkey
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_pkey
esp_blufi_cb_param_t::client_pkey field
ESP_BLUFI_EVENT_RECV_CLIENT_PRIV_KEY Blufi callback param of ESP_BLUFI_EVENT_RECV_CLIENT_PRIV_KEY
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:267
struct
blufi_recv_client_pkey_evt_param
{
uint8_t
*
pkey
;
int
pkey_len
;
}
client_pkey
;
Examples
References
from
examples
Code
Location
Referrer
}
client_pkey
;
/*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_CLIENT_PRIV_KEY */
esp_blufi_api.h:270
dst
->
client_pkey
.
pkey
=
osi_malloc
(
src
->
client_pkey
.
pkey_len
)
;
blufi_prf.c:533
btc_blufi_cb_deep_copy()
if
(
dst
->
client_pkey
.
pkey
==
NULL
)
{
blufi_prf.c:534
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
client_pkey
.
pkey
,
src
->
client_pkey
.
pkey
,
src
->
client_pkey
.
pkey_len
)
;
blufi_prf.c:537
btc_blufi_cb_deep_copy()
osi_free
(
param
->
client_pkey
.
pkey
)
;
blufi_prf.c:589
btc_blufi_cb_deep_free()
param
.
client_pkey
.
pkey
=
&
data
[
0
]
;
blufi_protocol.c:221
btc_blufi_protocol_handler()
param
.
client_pkey
.
pkey_len
=
len
;
blufi_protocol.c:222
btc_blufi_protocol_handler()
param
.
client_pkey
.
pkey
=
&
data
[
0
]
;
blufi_protocol.c:230
btc_blufi_protocol_handler()
param
.
client_pkey
.
pkey_len
=
len
;
blufi_protocol.c:231
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_pkey
is read by 3 functions:
All items filtered out
esp_blufi_cb_param_t::client_pkey
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