ESP-IDF
tGATT_CHAR_DECL::char_val_handle
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
tGATT_CHAR_DECL::char_val_handle
tGATT_CHAR_DECL::char_val_handle field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:165
UINT16
char_val_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
char_val_handle
;
gatt_int.h:165
UINT16_TO_STREAM
(
p
,
p_attr16
->
p_value
->
char_decl
.
char_val_handle
)
;
gatt_db.c:249
read_attr_value()
p_char_decl
->
p_value
->
char_decl
.
char_val_handle
=
p_char_val
->
handle
;
gatt_db.c:540
gatts_add_characteristic()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
p_value
->
char_decl
.
char_val_handle
)
;
gatt_sr_hash.c:134
fill_database_info()
printf
(
"\tval_handle %d\n"
,
p_attr
->
p_value
->
char_decl
.
char_val_handle
)
;
gatt_sr_hash.c:235
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CHAR_DECL::char_val_handle
is written by 1 function and is read by 3 functions:
gatts_add_characteristic()
All items filtered out
tGATT_CHAR_DECL::char_val_handle
read_attr_value()
fill_database_info()
gatts_show_local_database()
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