ESP-IDF
tGATT_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_CHAR_DECL
tGATT_CHAR_DECL struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:163
typedef
struct
{
tGATT_CHAR_PROP
property
;
UINT16
char_val_handle
;
}
tGATT_CHAR_DECL
;
Fields
Field
Declared as
tGATT_CHAR_DECL::property
tGATT_CHAR_PROP
tGATT_CHAR_DECL::char_val_handle
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_int.h:163
}
tGATT_CHAR_DECL
;
gatt_int.h:166
if
(
!
copy_extra_byte_in_db
(
p_db
,
(
void
*
*
)
&
p_char_decl
->
p_value
,
sizeof
(
tGATT_CHAR_DECL
)
)
)
{
gatt_db.c:527
gatts_add_characteristic()
}
tGATT_CHAR_DECL
;
gatt_int.h:166
tGATT_CHAR_DECL
tGATT_CHAR_DECL
char_decl
;
/* characteristic declaration */
gatt_int.h:172
tGATT_ATTR_VALUE
tGATT_ATTR_VALUE::char_decl
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tGATT_ATTR_VALUE::char_decl
tGATT_ATTR_VALUE
gatt_int.h:172
Lifecycle
from
examples
All items filtered out
All items filtered out