ESP-IDF
GATTC_OPTYPE_WRITE
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_WRITE
GATTC_OPTYPE_WRITE macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:510
#define
GATTC_OPTYPE_WRITE
3
Examples
References
from
examples
Code
Location
#define
GATTC_OPTYPE_WRITE
3
gatt_api.h:510
bta_gattc_cmpl_sendmsg
(
p_clcb
->
bta_conn_id
,
GATTC_OPTYPE_WRITE
,
status
,
&
cl_data
)
;
bta_gattc_act.c:1284
else
if
(
op
==
GATTC_OPTYPE_WRITE
)
{
bta_gattc_act.c:1536
p_clcb
->
operation
=
GATTC_OPTYPE_WRITE
;
gatt_api.c:1099
if
(
op
==
GATTC_OPTYPE_WRITE
)
{
gatt_attr.c:589
}
else
if
(
p_clcb
->
operation
==
GATTC_OPTYPE_WRITE
)
{
gatt_auth.c:150
(
p_clcb
->
operation
==
GATTC_OPTYPE_WRITE
)
&&
gatt_auth.c:362
if
(
(
p_clcb
->
operation
==
GATTC_OPTYPE_WRITE
)
&&
gatt_cl.c:567
if
(
p_clcb
->
operation
==
GATTC_OPTYPE_WRITE
)
{
gatt_utils.c:2289
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