ESP-IDF
GATT_CONGESTED
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_CONGESTED
GATT_CONGESTED macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:67
#define
GATT_CONGESTED
0x8f
Examples
References
from
examples
Code
Location
#define
GATT_CONGESTED
0x8f
gatt_api.h:67
return
GATT_CONGESTED
;
att_protocol.c:370
if
(
att_ret
==
GATT_CONGESTED
||
att_ret
==
GATT_SUCCESS
)
{
att_protocol.c:508
#define
BTA_GATT_CONGESTED
GATT_CONGESTED
/* 0x8f */
bta_gatt_api.h:124
if
(
cmd_status
==
GATT_SUCCESS
||
cmd_status
==
GATT_CONGESTED
)
{
gatt_api.c:642
if
(
(
rt
!=
GATT_SUCCESS
&&
rt
!=
GATT_CMD_STARTED
&&
rt
!=
GATT_CONGESTED
)
gatt_cl.c:275
if
(
att_ret
==
GATT_SUCCESS
||
att_ret
==
GATT_CONGESTED
)
{
gatt_cl.c:1105
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