ESP-IDF
tBLUFI_ENV::cbs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBLUFI_ENV::cbs
tBLUFI_ENV::cbs field
Syntax
Show:
Summary
Declaration
from
blufi_int.h:45
esp_blufi_callbacks_t
*
cbs
;
Examples
References
from
examples
Code
Location
Referrer
esp_blufi_callbacks_t
*
cbs
;
blufi_int.h:45
esp_blufi_callbacks_t
*
store_p
=
blufi_env
.
cbs
;
blufi_prf.c:47
btc_blufi_profile_init()
blufi_env
.
cbs
=
store_p
;
/* if set callback prior, restore the point */
blufi_prf.c:56
btc_blufi_profile_init()
&&
(
blufi_env
.
cbs
&&
blufi_env
.
cbs
->
decrypt_func
)
)
{
blufi_prf.c:134
btc_blufi_recv_handler()
ret
=
blufi_env
.
cbs
->
decrypt_func
(
hdr
->
seq
,
hdr
->
data
,
hdr
->
data_len
)
;
blufi_prf.c:135
btc_blufi_recv_handler()
&&
(
blufi_env
.
cbs
&&
blufi_env
.
cbs
->
checksum_func
)
)
{
blufi_prf.c:145
btc_blufi_recv_handler()
checksum
=
blufi_env
.
cbs
->
checksum_func
(
hdr
->
seq
,
&
hdr
->
seq
,
hdr
->
data_len
+
2
)
;
blufi_prf.c:146
btc_blufi_recv_handler()
&&
(
blufi_env
.
cbs
&&
blufi_env
.
cbs
->
checksum_func
)
)
{
blufi_prf.c:256
btc_blufi_send_encap()
checksum
=
blufi_env
.
cbs
->
checksum_func
(
hdr
->
seq
,
&
hdr
->
seq
,
hdr
->
data_len
+
2
)
;
blufi_prf.c:258
btc_blufi_send_encap()
&&
(
blufi_env
.
cbs
&&
blufi_env
.
cbs
->
checksum_func
)
)
{
blufi_prf.c:263
btc_blufi_send_encap()
checksum
=
blufi_env
.
cbs
->
checksum_func
(
hdr
->
seq
,
&
hdr
->
seq
,
hdr
->
data_len
+
2
)
;
blufi_prf.c:265
btc_blufi_send_encap()
&&
(
blufi_env
.
cbs
&&
blufi_env
.
cbs
->
encrypt_func
)
)
{
blufi_prf.c:270
btc_blufi_send_encap()
ret
=
blufi_env
.
cbs
->
encrypt_func
(
hdr
->
seq
,
hdr
->
data
,
hdr
->
data_len
)
;
blufi_prf.c:271
btc_blufi_send_encap()
blufi_env
.
cbs
=
callbacks
;
blufi_prf.c:915
btc_blufi_set_callbacks()
if
(
blufi_env
.
cbs
&&
blufi_env
.
cbs
->
negotiate_data_handler
)
{
blufi_protocol.c:104
btc_blufi_protocol_handler()
blufi_env
.
cbs
->
negotiate_data_handler
(
data
,
len
,
&
output_data
,
&
output_len
,
&
need_free
)
;
blufi_protocol.c:105
btc_blufi_protocol_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBLUFI_ENV::cbs
is written by 2 functions and is read by 4 functions:
btc_blufi_profile_init()
btc_blufi_set_callbacks()
All items filtered out
tBLUFI_ENV::cbs
btc_blufi_profile_init()
btc_blufi_recv_handler()
btc_blufi_send_encap()
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