ESP-IDF
GATT_INFO_TYPE_PAIR_128
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_INFO_TYPE_PAIR_128
GATT_INFO_TYPE_PAIR_128 macro
Syntax
Show:
Summary
Declaration
from
gatt_int.h:104
#define
GATT_INFO_TYPE_PAIR_128
0x02
Examples
References
from
examples
Code
Location
#define
GATT_INFO_TYPE_PAIR_128
0x02
gatt_int.h:104
}
else
if
(
type
==
GATT_INFO_TYPE_PAIR_128
)
{
gatt_cl.c:473
p_msg
->
offset
=
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
?
GATT_INFO_TYPE_PAIR_16
:
GATT_INFO_TYPE_PAIR_128
;
gatt_sr.c:819
}
else
if
(
p_msg
->
offset
==
GATT_INFO_TYPE_PAIR_128
&&
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_128
)
{
gatt_sr.c:826
}
else
if
(
p_msg
->
offset
==
GATT_INFO_TYPE_PAIR_128
&&
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_sr.c:829
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