ESP-IDF
GATT_UUID_SEC_SERVICE
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
GATT_UUID_SEC_SERVICE
GATT_UUID_SEC_SERVICE macro
Syntax
Show:
Summary
Declaration
from
gattdefs.h:33
#define
GATT_UUID_SEC_SERVICE
0x2801
Examples
References
from
examples
Code
Location
#define
GATT_UUID_SEC_SERVICE
0x2801
gattdefs.h:33
case
GATT_UUID_SEC_SERVICE
:
gatt_db.c:169
if
(
uuid16
==
GATT_UUID_PRI_SERVICE
||
uuid16
==
GATT_UUID_SEC_SERVICE
)
{
gatt_db.c:238
case
GATT_UUID_SEC_SERVICE
:
gatt_db.c:743
uuid
.
uu
.
uuid16
=
GATT_UUID_SEC_SERVICE
;
gatt_db.c:1560
p_attr
->
uuid
==
GATT_UUID_SEC_SERVICE
)
{
gatt_sr_hash.c:72
p_attr
->
uuid
==
GATT_UUID_SEC_SERVICE
)
{
gatt_sr_hash.c:116
case
GATT_UUID_SEC_SERVICE
:
gatt_sr_hash.c:212
p_sreg
->
type
=
p_list
->
asgn_range
.
is_primary
?
GATT_UUID_PRI_SERVICE
:
GATT_UUID_SEC_SERVICE
;
gatt_utils.c:1477
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