ESP-IDF
tGATT_CHAR_DCLR_VAL::val_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
tGATT_CHAR_DCLR_VAL::val_handle
tGATT_CHAR_DCLR_VAL::val_handle field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:521
UINT16
val_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
val_handle
;
/* characteristic value attribute handle */
gatt_api.h:521
p_data
->
value
.
dclr_value
.
val_handle
,
bta_gattc_cache.c:1027
bta_gattc_disc_res_cback()
p_clcb
->
s_handle
=
p_data
->
value
.
dclr_value
.
val_handle
;
gatt_attr.c:530
gatt_disc_res_cback()
STREAM_TO_UINT16
(
record_value
.
dclr_value
.
val_handle
,
p
)
;
gatt_cl.c:892
gatt_process_read_by_type_rsp()
if
(
!
GATT_HANDLE_IS_VALID
(
record_value
.
dclr_value
.
val_handle
)
)
{
gatt_cl.c:893
gatt_process_read_by_type_rsp()
p_clcb
->
s_handle
=
record_value
.
dclr_value
.
val_handle
;
gatt_cl.c:912
gatt_process_read_by_type_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CHAR_DCLR_VAL::val_handle
is written by 1 function and is read by 3 functions:
gatt_process_read_by_type_rsp()
All items filtered out
tGATT_CHAR_DCLR_VAL::val_handle
gatt_disc_res_cback()
gatt_process_read_by_type_rsp()
bta_gattc_disc_res_cback()
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