ESP-IDF
tGATT_SR_REG::e_hdl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_SR_REG::e_hdl
tGATT_SR_REG::e_hdl field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:246
UINT16
e_hdl
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
e_hdl
;
/* service ending handle */
gatt_int.h:246
p_sreg
->
s_hdl
,
p_sreg
->
e_hdl
,
gatt_api.c:525
GATTS_StartService()
if
(
p_rcb
->
in_use
&&
p_rcb
->
s_hdl
<=
attr_handle
&&
p_rcb
->
e_hdl
>=
attr_handle
)
{
gatt_db.c:804
gatts_get_attr_value_internal()
UINT16_TO_STREAM
(
p
,
p_rcb
->
e_hdl
)
;
gatt_sr.c:761
gatt_build_primary_service_rsp()
p_rcb
->
e_hdl
<
s_hdl
)
)
{
gatt_sr.c:1015
gatts_process_find_info()
p_rcb
->
e_hdl
<
s_hdl
)
)
{
gatt_sr.c:1161
gatts_process_read_by_type_req()
if
(
p_rcb
->
in_use
&&
p_rcb
->
s_hdl
<=
handle
&&
p_rcb
->
e_hdl
>=
handle
)
{
gatt_sr.c:1574
gatts_process_attribute_req()
if
(
p_rcb
->
in_use
&&
p_rcb
->
s_hdl
<=
handle
&&
p_rcb
->
e_hdl
>=
handle
)
{
gatt_sr.c:1719
gatts_process_value_conf()
gatt_cb
.
sr_reg
[
i_rcb
]
.
e_hdl
>=
handle
)
{
gatt_utils.c:1413
gatt_sr_find_i_rcb_by_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
tGATT_SR_REG::e_hdl
is written by 1 function and is read by 8 functions:
gatt_sr_alloc_rcb()
All items filtered out
tGATT_SR_REG::e_hdl
GATTS_StartService()
gatts_get_attr_value_internal()
gatt_build_primary_service_rsp()
gatts_process_find_info()
gatts_process_read_by_type_req()
gatts_process_attribute_req()
gatts_process_value_conf()
gatt_sr_find_i_rcb_by_handle()
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