ESP-IDF
GATT_UUID_CHAR_DECLARE
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_CHAR_DECLARE
GATT_UUID_CHAR_DECLARE macro
Syntax
Show:
Summary
Declaration
from
gattdefs.h:35
#define
GATT_UUID_CHAR_DECLARE
0x2803
Examples
References
from
examples
Code
Location
#define
GATT_UUID_CHAR_DECLARE
0x2803
/* Characteristic Declaration*/
gattdefs.h:35
GATT_UUID_CHAR_DECLARE
,
/* <characteristic> for DISC_CHAR */
gatt_cl.c:65
msg
.
browse
.
uuid
.
uu
.
uuid16
=
GATT_UUID_CHAR_DECLARE
;
gatt_cl.c:155
case
GATT_UUID_CHAR_DECLARE
:
gatt_db.c:170
}
else
if
(
uuid16
==
GATT_UUID_CHAR_DECLARE
)
{
gatt_db.c:244
tBT_UUID
uuid
=
{
LEN_UUID_16
,
{
GATT_UUID_CHAR_DECLARE
}
}
;
gatt_db.c:515
case
GATT_UUID_CHAR_DECLARE
:
gatt_db.c:744
case
GATT_UUID_CHAR_DECLARE
:
gatt_db.c:889
if
(
uuid
>=
GATT_UUID_PRI_SERVICE
&&
uuid
<=
GATT_UUID_CHAR_DECLARE
)
{
gatt_sr_hash.c:30
}
else
if
(
p_attr
->
uuid
==
GATT_UUID_CHAR_DECLARE
)
{
gatt_sr_hash.c:78
}
else
if
(
p_attr
->
uuid
==
GATT_UUID_CHAR_DECLARE
)
{
gatt_sr_hash.c:128
UINT16_TO_STREAM
(
p_data
,
GATT_UUID_CHAR_DECLARE
)
;
gatt_sr_hash.c:132
case
GATT_UUID_CHAR_DECLARE
:
{
gatt_sr_hash.c:226
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