ESP-IDF
tGATT_CHAR_DECL::property
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
tGATT_CHAR_DECL::property
tGATT_CHAR_DECL::property field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:164
tGATT_CHAR_PROP
property
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_CHAR_PROP
property
;
gatt_int.h:164
UINT8_TO_STREAM
(
p
,
p_attr16
->
p_value
->
char_decl
.
property
)
;
gatt_db.c:248
read_attr_value()
p_char_decl
->
p_value
->
char_decl
.
property
=
property
;
gatt_db.c:539
gatts_add_characteristic()
UINT8_TO_STREAM
(
p_data
,
p_attr
->
p_value
->
char_decl
.
property
)
;
gatt_sr_hash.c:133
fill_database_info()
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_CHAR_DECL::property
is written by 1 function and is read by 3 functions:
gatts_add_characteristic()
All items filtered out
tGATT_CHAR_DECL::property
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