ESP-IDF
+
0
/1 examples
SourceVu will show references to
blufi_recv_custom_data_evt_param::data_len
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_custom_data_evt_param::data_len
blufi_recv_custom_data_evt_param::data_len field
Custom data Length
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:291
uint32_t
data_len
;
Examples
blufi_recv_custom_data_evt_param::data_len
is referenced by 1 libraries and example projects:
blufi sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
data_len
;
/*!< Custom data Length */
esp_blufi_api.h:291
dst
->
custom_data
.
data
=
osi_malloc
(
src
->
custom_data
.
data_len
)
;
blufi_prf.c:547
btc_blufi_cb_deep_copy()
memcpy
(
dst
->
custom_data
.
data
,
src
->
custom_data
.
data
,
src
->
custom_data
.
data_len
)
;
blufi_prf.c:552
btc_blufi_cb_deep_copy()
param
.
custom_data
.
data_len
=
len
;
blufi_protocol.c:240
btc_blufi_protocol_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
blufi_recv_custom_data_evt_param::data_len
is written by 1 function and is read by 1 function:
btc_blufi_protocol_handler()
All items filtered out
blufi_recv_custom_data_evt_param::data_len
btc_blufi_cb_deep_copy()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out