ESP-IDF
write_char_arg::value
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
write_char_arg::value
write_char_arg::value field
Syntax
Show:
Summary
Declaration
from
btc_gattc.h:132
uint8_t
*
value
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
value
;
btc_gattc.h:132
dst
->
write_char
.
value
=
(
uint8_t
*
)
osi_malloc
(
src
->
write_char
.
value_len
)
;
btc_gattc.c:37
btc_gattc_arg_deep_copy()
if
(
dst
->
write_char
.
value
)
{
btc_gattc.c:38
btc_gattc_arg_deep_copy()
memcpy
(
dst
->
write_char
.
value
,
src
->
write_char
.
value
,
src
->
write_char
.
value_len
)
;
btc_gattc.c:39
btc_gattc_arg_deep_copy()
if
(
arg
->
write_char
.
value
)
{
btc_gattc.c:84
btc_gattc_arg_deep_free()
osi_free
(
arg
->
write_char
.
value
)
;
btc_gattc.c:85
btc_gattc_arg_deep_free()
arg
->
write_char
.
value
,
btc_gattc.c:640
btc_gattc_write_char()
arg
.
write_char
.
value
=
value
;
esp_gattc_api.c:654
esp_ble_gattc_write_char()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
write_char_arg::value
is written by 2 functions and is read by 3 functions:
esp_ble_gattc_write_char()
btc_gattc_arg_deep_copy()
All items filtered out
write_char_arg::value
btc_gattc_arg_deep_copy()
btc_gattc_arg_deep_free()
btc_gattc_write_char()
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