ESP-IDF
GATT_PENDING
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_PENDING
GATT_PENDING macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:59
#define
GATT_PENDING
0x88
Examples
References
from
examples
Code
Location
#define
GATT_PENDING
0x88
gatt_api.h:59
status
=
GATT_PENDING
;
gatt_db.c:298
if
(
status
==
GATT_PENDING
)
{
gatt_db.c:373
if
(
(
status
==
GATT_PENDING
)
||
(
status
==
GATT_STACK_RSP
)
)
{
gatt_db.c:1012
return
(
tGATT_STATUS
)
GATT_PENDING
;
gatt_db.c:1526
if
(
err
!=
GATT_SUCCESS
&&
err
!=
GATT_STACK_RSP
&&
err
!=
GATT_PENDING
&&
err
!=
GATT_BUSY
)
{
gatt_sr.c:694
if
(
reason
!=
GATT_PENDING
&&
reason
!=
GATT_BUSY
)
{
gatt_sr.c:1203
status
=
GATT_PENDING
;
gatt_sr.c:1275
}
else
if
(
status
!=
GATT_PENDING
)
{
gatt_sr.c:1295
if
(
reason
!=
GATT_SUCCESS
&&
reason
!=
GATT_PENDING
&&
reason
!=
GATT_STACK_RSP
)
{
gatt_sr.c:1513
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