ESP-IDF
tGATT_DISC_VALUE
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_DISC_VALUE
tGATT_DISC_VALUE union
Syntax
Show:
Summary
Declaration
from
gatt_api.h:541
typedef
union
{
tGATT_INCL_SRVC
incl_service
;
tGATT_GROUP_VALUE
group_value
;
UINT16
handle
;
tGATT_CHAR_DCLR_VAL
dclr_value
;
}
tGATT_DISC_VALUE
;
Fields
Field
Declared as
tGATT_DISC_VALUE::incl_service
tGATT_INCL_SRVC
tGATT_DISC_VALUE::group_value
tGATT_GROUP_VALUE
tGATT_DISC_VALUE::handle
UINT16
tGATT_DISC_VALUE::dclr_value
tGATT_CHAR_DCLR_VAL
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
gatt_api.h:541
}
tGATT_DISC_VALUE
;
gatt_api.h:553
tGATT_DISC_VALUE
tGATT_DISC_VALUE
value
;
gatt_api.h:560
tGATT_DISC_RES
tGATT_DISC_RES::value
tGATT_DISC_VALUE
record_value
;
gatt_cl.c:773
gatt_process_read_by_type_rsp()
memset
(
&
record_value
,
0
,
sizeof
(
tGATT_DISC_VALUE
)
)
;
gatt_cl.c:816
gatt_process_read_by_type_rsp()
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_DISC_RES::value
tGATT_DISC_RES
gatt_api.h:560
Lifecycle
from
examples
All items filtered out
All items filtered out