ESP-IDF
s_read_data_val
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
s_read_data_val
s_read_data_val variable
Syntax
Show:
Summary
Declaration
from
ble_hidh.c:51
static
uint8_t
*
s_read_data_val
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
*
s_read_data_val
=
NULL
;
ble_hidh.c:51
s_read_data_val
=
NULL
;
ble_hidh.c:57
read_char()
*
out
=
s_read_data_val
;
ble_hidh.c:65
read_char()
s_read_data_val
=
NULL
;
ble_hidh.c:73
read_descr()
*
out
=
s_read_data_val
;
ble_hidh.c:81
read_descr()
s_read_data_val
=
NULL
;
ble_hidh.c:409
esp_hidh_gattc_event_handler()
s_read_data_val
=
(
uint8_t
*
)
malloc
(
s_read_data_len
+
1
)
;
ble_hidh.c:412
esp_hidh_gattc_event_handler()
if
(
s_read_data_val
)
{
ble_hidh.c:413
esp_hidh_gattc_event_handler()
memcpy
(
s_read_data_val
,
p_data
->
read
.
value
,
s_read_data_len
)
;
ble_hidh.c:414
esp_hidh_gattc_event_handler()
s_read_data_val
[
s_read_data_len
]
=
0
;
ble_hidh.c:415
esp_hidh_gattc_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_read_data_val
is written by 3 functions and is read by 3 functions:
read_char()
read_descr()
esp_hidh_gattc_event_handler()
All items filtered out
s_read_data_val
read_char()
read_descr()
esp_hidh_gattc_event_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