ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_blufi_cb_param_t::custom_data
from the following samples and libraries:
blufi sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::custom_data
esp_blufi_cb_param_t::custom_data field
ESP_BLUFI_EVENT_RECV_CUSTOM_DATA Blufi callback param of ESP_BLUFI_EVENT_RECV_CUSTOM_DATA
Syntax
Show:
Summary
Declaration
from
esp_blufi_api.h:289
struct
blufi_recv_custom_data_evt_param
{
uint8_t
*
data
;
uint32_t
data_len
;
}
custom_data
;
Examples
esp_blufi_cb_param_t::custom_data
is referenced by 1 libraries and example projects:
blufi sample
References
from
0/1
examples
Code
Location
Referrer
}
custom_data
;
/*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_CUSTOM_DATA */
esp_blufi_api.h:292
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()
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
esp_blufi_cb_param_t::custom_data
is read by 3 functions:
All items filtered out
esp_blufi_cb_param_t::custom_data
btc_blufi_cb_deep_copy()
btc_blufi_cb_deep_free()
btc_blufi_protocol_handler()
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