ESP-IDF
UUID_SERVCLASS_GATT_SERVER
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UUID_SERVCLASS_GATT_SERVER
UUID_SERVCLASS_GATT_SERVER macro
Syntax
Show:
Summary
Declaration
from
sdpdefs.h:256
#define
UUID_SERVCLASS_GATT_SERVER
0x1801
Examples
References
from
examples
Code
Location
#define
UUID_SERVCLASS_GATT_SERVER
0x1801
sdpdefs.h:256
gattp_uuid
.
uu
.
uuid16
=
UUID_SERVCLASS_GATT_SERVER
;
bta_gattc_act.c:1996
tBT_UUID
gatt_service_uuid
=
{
LEN_UUID_16
,
{
UUID_SERVCLASS_GATT_SERVER
}
}
;
bta_gattc_act.c:2439
if
(
(
p_svc_uuid
->
len
==
LEN_UUID_16
)
&&
(
p_svc_uuid
->
uu
.
uuid16
==
UUID_SERVCLASS_GATT_SERVER
)
)
{
gatt_api.c:183
tBT_UUID
uuid
=
{
LEN_UUID_16
,
{
UUID_SERVCLASS_GATT_SERVER
}
}
;
gatt_attr.c:444
srvc_disc_param
.
service
.
uu
.
uuid16
=
UUID_SERVCLASS_GATT_SERVER
;
gatt_attr.c:619
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