ESP-IDF
send_indicate_args::value_len
is only used within ESP-IDF.
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
send_indicate_args::value_len
send_indicate_args::value_len field
Syntax
Show:
Summary
Declaration
from
btc_gatts.h:108
uint16_t
value_len
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
value_len
;
btc_gatts.h:108
if
(
src
->
send_ind
.
value
&&
(
src
->
send_ind
.
value_len
>
0
)
)
{
btc_gatts.c:70
btc_gatts_arg_deep_copy()
dst
->
send_ind
.
value
=
(
uint8_t
*
)
osi_malloc
(
src
->
send_ind
.
value_len
)
;
btc_gatts.c:71
btc_gatts_arg_deep_copy()
memcpy
(
dst
->
send_ind
.
value
,
src
->
send_ind
.
value
,
src
->
send_ind
.
value_len
)
;
btc_gatts.c:73
btc_gatts_arg_deep_copy()
arg
->
send_ind
.
value_len
,
arg
->
send_ind
.
value
,
arg
->
send_ind
.
need_confirm
)
;
btc_gatts.c:679
btc_gatts_call_handler()
arg
.
send_ind
.
value_len
=
value_len
;
esp_gatts_api.c:285
esp_ble_gatts_send_indicate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
send_indicate_args::value_len
is written by 1 function and is read by 2 functions:
esp_ble_gatts_send_indicate()
All items filtered out
send_indicate_args::value_len
btc_gatts_arg_deep_copy()
btc_gatts_call_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