ESP-IDF
GATT_RSP_BY_STACK
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_RSP_BY_STACK
GATT_RSP_BY_STACK macro
Syntax
Show:
Summary
Declaration
from
gatt_int.h:39
#define
GATT_RSP_BY_STACK
0x01
Examples
References
from
examples
Code
Location
#define
GATT_RSP_BY_STACK
0x01
gatt_int.h:39
if
(
p_attr16
->
control
.
auto_rsp
==
GATT_RSP_BY_STACK
)
{
gatt_db.c:281
if
(
p_cur
->
p_value
!=
NULL
&&
p_cur
->
control
.
auto_rsp
==
GATT_RSP_BY_STACK
)
{
gatt_db.c:954
if
(
(
control
!=
NULL
)
&&
(
(
control
->
auto_rsp
!=
GATT_RSP_BY_APP
)
&&
(
control
->
auto_rsp
!=
GATT_RSP_BY_STACK
)
)
)
{
gatt_db.c:1597
if
(
(
control
!=
NULL
)
&&
(
control
->
auto_rsp
==
GATT_RSP_BY_STACK
)
)
{
gatt_db.c:1603
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