ESP-IDF
tGATT_CLCB::e_handle
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
tGATT_CLCB::e_handle
tGATT_CLCB::e_handle field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:436
UINT16
e_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
e_handle
;
/* ending handle of the active request */
gatt_int.h:436
p_clcb
->
e_handle
=
p_param
->
e_handle
;
gatt_api.c:962
GATTC_Discover()
p_clcb
->
e_handle
=
p_read
->
service
.
e_handle
;
gatt_api.c:1024
GATTC_Read()
if
(
p_clcb
->
s_handle
<=
p_clcb
->
e_handle
&&
p_clcb
->
s_handle
!=
0
)
{
gatt_cl.c:87
gatt_act_discovery()
cl_req
.
browse
.
e_handle
=
p_clcb
->
e_handle
;
gatt_cl.c:91
gatt_act_discovery()
cl_req
.
find_type_value
.
e_handle
=
p_clcb
->
e_handle
;
gatt_cl.c:102
gatt_act_discovery()
msg
.
browse
.
e_handle
=
p_clcb
->
e_handle
;
gatt_cl.c:150
gatt_act_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CLCB::e_handle
is written by 2 functions and is read by 2 functions:
GATTC_Discover()
GATTC_Read()
All items filtered out
tGATT_CLCB::e_handle
gatt_act_discovery()
gatt_act_read()
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