ESP-IDF
GATT_RSP_ERROR
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
GATT_RSP_ERROR
GATT_RSP_ERROR macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:86
#define
GATT_RSP_ERROR
0x01
Examples
References
from
examples
Code
Location
#define
GATT_RSP_ERROR
0x01
gatt_api.h:86
UINT8_TO_STREAM
(
p
,
GATT_RSP_ERROR
)
;
att_protocol.c:113
case
GATT_RSP_ERROR
:
att_protocol.c:395
case
GATT_RSP_ERROR
:
att_protocol.c:434
if
(
p_clcb
==
NULL
||
(
rsp_code
!=
op_code
&&
op_code
!=
GATT_RSP_ERROR
)
)
{
gatt_cl.c:1163
case
GATT_RSP_ERROR
:
gatt_cl.c:1183
if
(
(
p_buf
=
attp_build_sr_msg
(
p_tcb
,
GATT_RSP_ERROR
,
(
tGATT_SR_MSG
*
)
&
error
)
)
!=
NULL
)
{
gatt_utils.c:1562
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