ESP-IDF
+
0
/1 examples
SourceVu will show references to
blufi_recv_custom_data_evt_param::data
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading (3/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
blufi_recv_custom_data_evt_param::data
blufi_recv_custom_data_evt_param::data field
Custom data
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:290
uint8_t
*
data
;
Examples
blufi_recv_custom_data_evt_param::data
is referenced by 1 libraries and example projects:
blufi sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
*
data
;
/*!< Custom data */
esp_blufi_api.h:290
dst
->
custom_data
.
data
=
osi_malloc
(
src
->
custom_data
.
data_len
)
;
blufi_prf.c:547
btc_blufi_cb_deep_copy()
if
(
dst
->
custom_data
.
data
==
NULL
)
{
blufi_prf.c:548
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()
osi_free
(
param
->
custom_data
.
data
)
;
blufi_prf.c:595
btc_blufi_cb_deep_free()
param
.
custom_data
.
data
=
&
data
[
0
]
;
blufi_protocol.c:239
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
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_custom_data_evt_param::data
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
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