ESP-IDF
GATT_UUID_INCLUDE_SERVICE
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
GATT_UUID_INCLUDE_SERVICE
GATT_UUID_INCLUDE_SERVICE macro
Syntax
Show:
Summary
Declaration
from
gattdefs.h:34
#define
GATT_UUID_INCLUDE_SERVICE
0x2802
Examples
References
from
examples
Code
Location
#define
GATT_UUID_INCLUDE_SERVICE
0x2802
gattdefs.h:34
GATT_UUID_INCLUDE_SERVICE
,
/* <include_service> for DISC_INC_SRVC */
gatt_cl.c:64
case
GATT_UUID_INCLUDE_SERVICE
:
gatt_db.c:171
}
else
if
(
uuid16
==
GATT_UUID_INCLUDE_SERVICE
)
{
gatt_db.c:264
tBT_UUID
uuid
=
{
LEN_UUID_16
,
{
GATT_UUID_INCLUDE_SERVICE
}
}
;
gatt_db.c:450
if
(
!
(
next_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
&&
next_attr
->
uuid
==
GATT_UUID_INCLUDE_SERVICE
)
)
{
gatt_db.c:467
case
GATT_UUID_INCLUDE_SERVICE
:
gatt_db.c:890
}
else
if
(
p_attr
->
uuid
==
GATT_UUID_INCLUDE_SERVICE
)
{
gatt_sr_hash.c:75
}
else
if
(
p_attr
->
uuid
==
GATT_UUID_INCLUDE_SERVICE
)
{
gatt_sr_hash.c:121
UINT16_TO_STREAM
(
p_data
,
GATT_UUID_INCLUDE_SERVICE
)
;
gatt_sr_hash.c:124
case
GATT_UUID_INCLUDE_SERVICE
:
gatt_sr_hash.c:219
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
Lifecycle
from
examples
All items filtered out
All items filtered out