ESP-IDF
tGATT_CL_MSG::handle
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
tGATT_CL_MSG::handle
tGATT_CL_MSG::handle field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:128
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
/* read, handle value confirmation */
gatt_int.h:128
handle
=
(
op_code
==
GATT_REQ_READ
)
?
p_msg
->
handle
:
p_msg
->
read_blob
.
handle
;
att_protocol.c:579
attp_send_cl_msg()
msg
.
handle
=
p_clcb
->
s_handle
;
gatt_cl.c:163
gatt_act_read()
msg
.
handle
=
p_clcb
->
s_handle
;
gatt_cl.c:198
gatt_act_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CL_MSG::handle
is written by 1 function and is read by 1 function:
gatt_act_read()
All items filtered out
tGATT_CL_MSG::handle
attp_send_cl_msg()
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