ESP-IDF
GATT_UUID_CHAR_EXT_PROP
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_EXT_PROP
GATT_UUID_CHAR_EXT_PROP macro
Syntax
Show:
Summary
Declaration
from
gattdefs.h:37
#define
GATT_UUID_CHAR_EXT_PROP
0x2900
Examples
References
from
examples
Code
Location
#define
GATT_UUID_CHAR_EXT_PROP
0x2900
/* Characteristic Extended Properties */
gattdefs.h:37
case
GATT_UUID_CHAR_EXT_PROP
:
gatt_db.c:172
tBT_UUID
std_descr
=
{
LEN_UUID_16
,
{
GATT_UUID_CHAR_EXT_PROP
}
}
;
gatt_db.c:597
case
GATT_UUID_CHAR_EXT_PROP
:
/* should be readable only */
gatt_db.c:1213
if
(
uuid
>=
GATT_UUID_CHAR_EXT_PROP
&&
uuid
<=
GATT_UUID_CHAR_AGG_FORMAT
)
{
gatt_sr_hash.c:34
return
gatt_char_desc_name
[
uuid
-
GATT_UUID_CHAR_EXT_PROP
]
;
gatt_sr_hash.c:35
}
else
if
(
p_attr
->
uuid
==
GATT_UUID_CHAR_EXT_PROP
)
{
gatt_sr_hash.c:92
}
else
if
(
p_attr
->
uuid
==
GATT_UUID_CHAR_EXT_PROP
)
{
gatt_sr_hash.c:147
case
GATT_UUID_CHAR_EXT_PROP
:
gatt_sr_hash.c:239
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