ESP-IDF
tGATT_ATTR_VALUE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_ATTR_VALUE
tGATT_ATTR_VALUE union
Syntax
Show:
Summary
Declaration
from
gatt_int.h:170
typedef
union
{
tBT_UUID
uuid
;
tGATT_CHAR_DECL
char_decl
;
tGATT_INCL_SRVC
incl_handle
;
tGATT_ATTR_VAL
attr_val
;
}
tGATT_ATTR_VALUE
;
Fields
Field
Declared as
tGATT_ATTR_VALUE::uuid
tBT_UUID
tGATT_ATTR_VALUE::char_decl
tGATT_CHAR_DECL
tGATT_ATTR_VALUE::incl_handle
tGATT_INCL_SRVC
tGATT_ATTR_VALUE::attr_val
tGATT_ATTR_VAL
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
gatt_int.h:170
}
tGATT_ATTR_VALUE
;
gatt_int.h:175
tGATT_ATTR_VALUE
tGATT_ATTR_VALUE
*
p_value
;
gatt_int.h:188
tGATT_ATTR16
tGATT_ATTR16::p_value
tGATT_ATTR_VALUE
*
p_value
;
gatt_int.h:201
tGATT_ATTR32
tGATT_ATTR32::p_value
tGATT_ATTR_VALUE
*
p_value
;
gatt_int.h:215
tGATT_ATTR128
tGATT_ATTR128::p_value
tGATT_ATTR_VALUE
*
p_value
=
NULL
;
gatt_utils.c:446
gatt_free_attr_value_buffer()
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_ATTR16::p_value
tGATT_ATTR16
gatt_int.h:188
tGATT_ATTR32::p_value
tGATT_ATTR32
gatt_int.h:201
tGATT_ATTR128::p_value
tGATT_ATTR128
gatt_int.h:215
Lifecycle
from
examples
All items filtered out
All items filtered out