ESP-IDF
tGATT_ATTR_VALUE::char_decl
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
tGATT_ATTR_VALUE::char_decl
tGATT_ATTR_VALUE::char_decl field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:172
tGATT_CHAR_DECL
char_decl
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_CHAR_DECL
char_decl
;
/* characteristic declaration */
gatt_int.h:172
UINT8_TO_STREAM
(
p
,
p_attr16
->
p_value
->
char_decl
.
property
)
;
gatt_db.c:248
read_attr_value()
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
.
property
=
property
;
gatt_db.c:539
gatts_add_characteristic()
p_char_decl
->
p_value
->
char_decl
.
char_val_handle
=
p_char_val
->
handle
;
gatt_db.c:540
gatts_add_characteristic()
UINT8_TO_STREAM
(
p_data
,
p_attr
->
p_value
->
char_decl
.
property
)
;
gatt_sr_hash.c:133
fill_database_info()
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()
printf
(
"\tperm 0x%04x, prop 0x%02x\n"
,
p_char_val
->
permission
,
p_attr
->
p_value
->
char_decl
.
property
)
;
gatt_sr_hash.c:236
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR_VALUE::char_decl
is read by 4 functions:
All items filtered out
tGATT_ATTR_VALUE::char_decl
read_attr_value()
gatts_add_characteristic()
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