ESP-IDF
GATT_HANDLE_VALUE_IND
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_HANDLE_VALUE_IND
GATT_HANDLE_VALUE_IND macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:111
#define
GATT_HANDLE_VALUE_IND
0x1D
Examples
References
from
examples
Code
Location
#define
GATT_HANDLE_VALUE_IND
0x1D
gatt_api.h:111
case
GATT_HANDLE_VALUE_IND
:
att_protocol.c:393
case
GATT_HANDLE_VALUE_IND
:
att_protocol.c:420
if
(
(
p_msg
=
attp_build_sr_msg
(
p_tcb
,
GATT_HANDLE_VALUE_IND
,
(
tGATT_SR_MSG
*
)
&
indication
)
)
!=
NULL
)
{
gatt_api.c:639
event
=
(
op_code
==
GATT_HANDLE_VALUE_IND
)
?
GATTC_OPTYPE_INDICATION
:
GATTC_OPTYPE_NOTIFICATION
;
gatt_cl.c:652
if
(
op_code
==
GATT_HANDLE_VALUE_IND
)
{
gatt_cl.c:665
if
(
op_code
!=
GATT_HANDLE_VALUE_IND
&&
op_code
!=
GATT_HANDLE_VALUE_NOTIF
&&
gatt_cl.c:1157
if
(
op_code
!=
GATT_HANDLE_VALUE_NOTIF
&&
op_code
!=
GATT_HANDLE_VALUE_IND
&&
gatt_cl.c:1177
case
GATT_HANDLE_VALUE_IND
:
gatt_cl.c:1224
if
(
op_code
!=
GATT_HANDLE_VALUE_IND
&&
op_code
!=
GATT_HANDLE_VALUE_NOTIF
&&
gatt_cl.c:1235
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