ESP-IDF
tGATTS_HNDL_RANGE::e_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATTS_HNDL_RANGE::e_handle
tGATTS_HNDL_RANGE::e_handle field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:619
UINT16
e_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
e_handle
;
gatt_api.h:619
s_hdl
=
p_list
->
asgn_range
.
e_handle
+
1
;
gatt_api.c:193
GATTS_CreateService()
p_list
->
asgn_range
.
e_handle
=
s_hdl
+
num_handles
-
1
;
gatt_api.c:219
GATTS_CreateService()
p_incl_decl
->
asgn_range
.
e_handle
,
gatt_api.c:291
GATTS_AddIncludeService()
p_list
->
asgn_range
.
s_handle
,
p_list
->
asgn_range
.
e_handle
)
;
gatt_api.c:433
GATTS_DeleteService()
&&
(
p_list
->
asgn_range
.
e_handle
>=
attr_handle
)
)
{
gatt_utils.c:392
gatt_find_hdl_buffer_by_attr_handle()
p_sreg
->
e_hdl
=
p_list
->
asgn_range
.
e_handle
;
gatt_utils.c:1479
gatt_sr_alloc_rcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATTS_HNDL_RANGE::e_handle
is written by 1 function and is read by 5 functions:
GATTS_CreateService()
All items filtered out
tGATTS_HNDL_RANGE::e_handle
GATTS_CreateService()
GATTS_AddIncludeService()
GATTS_DeleteService()
gatt_find_hdl_buffer_by_attr_handle()
gatt_sr_alloc_rcb()
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