ESP-IDF
GATT_CMD_STARTED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_CMD_STARTED
GATT_CMD_STARTED macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:57
#define
GATT_CMD_STARTED
0x86
Examples
References
from
examples
Code
Location
#define
GATT_CMD_STARTED
0x86
gatt_api.h:57
att_ret
=
GATT_CMD_STARTED
;
att_protocol.c:518
if
(
status
!=
GATT_SUCCESS
&&
status
!=
GATT_CMD_STARTED
)
{
bta_gattc_act.c:993
if
(
st
!=
GATT_SUCCESS
&&
st
!=
GATT_CMD_STARTED
)
{
gatt_cl.c:119
if
(
op_code
==
0
||
(
rt
!=
GATT_SUCCESS
&&
rt
!=
GATT_CMD_STARTED
)
)
{
gatt_cl.c:211
if
(
(
rt
!=
GATT_SUCCESS
&&
rt
!=
GATT_CMD_STARTED
&&
rt
!=
GATT_CONGESTED
)
gatt_cl.c:275
||
(
rt
!=
GATT_CMD_STARTED
&&
p_clcb
->
op_subtype
==
GATT_WRITE_NO_RSP
)
)
{
gatt_cl.c:276
if
(
rt
!=
GATT_SUCCESS
&&
rt
!=
GATT_CMD_STARTED
)
{
gatt_cl.c:386
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