ESP-IDF
GATTC_OPTYPE_INDICATION
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
GATTC_OPTYPE_INDICATION
GATTC_OPTYPE_INDICATION macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:514
#define
GATTC_OPTYPE_INDICATION
7
Examples
References
from
examples
Code
Location
#define
GATTC_OPTYPE_INDICATION
7
gatt_api.h:514
if
(
op
==
GATTC_OPTYPE_INDICATION
||
op
==
GATTC_OPTYPE_NOTIFICATION
)
{
bta_gattc_act.c:1497
if
(
mapped_op
>
GATTC_OPTYPE_INDICATION
)
{
bta_gattc_act.c:1509
p_notify
->
is_notify
=
(
op
==
GATTC_OPTYPE_INDICATION
)
?
FALSE
:
TRUE
;
bta_gattc_act.c:2077
if
(
op
==
GATTC_OPTYPE_INDICATION
)
{
bta_gattc_act.c:2110
if
(
op
==
GATTC_OPTYPE_INDICATION
)
{
bta_gattc_act.c:2118
if
(
op
==
GATTC_OPTYPE_INDICATION
)
{
bta_gattc_act.c:2126
}
else
if
(
op
==
GATTC_OPTYPE_INDICATION
)
{
bta_gattc_act.c:2157
if
(
op
==
GATTC_OPTYPE_NOTIFICATION
||
op
==
GATTC_OPTYPE_INDICATION
)
{
bta_gattc_act.c:2181
event
=
(
op_code
==
GATT_HANDLE_VALUE_IND
)
?
GATTC_OPTYPE_INDICATION
:
GATTC_OPTYPE_NOTIFICATION
;
gatt_cl.c:652
if
(
event
==
GATTC_OPTYPE_INDICATION
)
{
gatt_cl.c:693
if
(
p_reg
->
in_use
&&
p_reg
->
app_cb
.
p_cmpl_cb
&&
(
event
==
GATTC_OPTYPE_INDICATION
)
)
{
gatt_cl.c:708
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