ESP-IDF
tBTA_GATTS_API_INDICATION::len
is only used within ESP-IDF.
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
tBTA_GATTS_API_INDICATION::len
tBTA_GATTS_API_INDICATION::len field
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:116
UINT16
len
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
len
;
bta_gatts_int.h:116
p_msg
->
api_indicate
.
len
,
bta_gatts_act.c:689
bta_gatts_indicate_handle()
p_msg
->
api_indicate
.
len
,
bta_gatts_act.c:695
bta_gatts_indicate_handle()
if
(
p_msg
->
api_indicate
.
len
>
0
)
{
bta_gatts_act.c:717
bta_gatts_indicate_handle()
cb_data
.
req_data
.
value
=
(
uint8_t
*
)
osi_malloc
(
p_msg
->
api_indicate
.
len
)
;
bta_gatts_act.c:718
bta_gatts_indicate_handle()
memset
(
cb_data
.
req_data
.
value
,
0
,
p_msg
->
api_indicate
.
len
)
;
bta_gatts_act.c:720
bta_gatts_indicate_handle()
cb_data
.
req_data
.
data_len
=
p_msg
->
api_indicate
.
len
;
bta_gatts_act.c:721
bta_gatts_indicate_handle()
memcpy
(
cb_data
.
req_data
.
value
,
p_msg
->
api_indicate
.
value
,
p_msg
->
api_indicate
.
len
)
;
bta_gatts_act.c:722
bta_gatts_indicate_handle()
p_buf
->
len
=
data_len
;
bta_gatts_api.c:426
BTA_GATTS_HandleValueIndication()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTS_API_INDICATION::len
is written by 1 function and is read by 1 function:
BTA_GATTS_HandleValueIndication()
All items filtered out
tBTA_GATTS_API_INDICATION::len
bta_gatts_indicate_handle()
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