ESP-IDF
tGATTS_HNDL_RANGE::s_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/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::s_handle
tGATTS_HNDL_RANGE::s_handle field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:618
UINT16
s_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
s_handle
;
gatt_api.h:618
s_hdl
=
p_list
->
asgn_range
.
s_handle
;
gatt_api.c:180
GATTS_CreateService()
p_list
->
asgn_range
.
s_handle
=
s_hdl
;
gatt_api.c:218
GATTS_CreateService()
p_incl_decl
->
asgn_range
.
s_handle
,
gatt_api.c:290
GATTS_AddIncludeService()
p_list
->
asgn_range
.
s_handle
,
p_list
->
asgn_range
.
e_handle
)
;
gatt_api.c:433
GATTS_DeleteService()
if
(
(
p_list
->
asgn_range
.
s_handle
>=
gatt_cb
.
hdl_cfg
.
app_start_hdl
)
gatt_api.c:435
GATTS_DeleteService()
if
(
p_list
->
in_use
&&
p_list
->
asgn_range
.
s_handle
==
handle
)
{
gatt_utils.c:366
gatt_find_hdl_buffer_by_handle()
if
(
p_list
->
in_use
&&
(
p_list
->
asgn_range
.
s_handle
<=
attr_handle
)
gatt_utils.c:391
gatt_find_hdl_buffer_by_attr_handle()
if
(
p_new
->
asgn_range
.
s_handle
>
p_old
->
asgn_range
.
s_handle
)
{
gatt_utils.c:717
gatt_add_an_item_to_list()
p_sreg
->
s_hdl
=
p_list
->
asgn_range
.
s_handle
;
gatt_utils.c:1478
gatt_sr_alloc_rcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATTS_HNDL_RANGE::s_handle
is written by 1 function and is read by 7 functions:
GATTS_CreateService()
All items filtered out
tGATTS_HNDL_RANGE::s_handle
GATTS_CreateService()
GATTS_AddIncludeService()
GATTS_DeleteService()
gatt_find_hdl_buffer_by_handle()
gatt_find_hdl_buffer_by_attr_handle()
gatt_add_an_item_to_list()
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