ESP-IDF
tGATT_INCL_SRVC::s_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_INCL_SRVC::s_handle
tGATT_INCL_SRVC::s_handle field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:537
UINT16
s_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
s_handle
;
/* starting handle */
gatt_api.h:537
p_data
->
value
.
incl_service
.
s_handle
,
bta_gattc_cache.c:1002
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
s_handle
,
bta_gattc_cache.c:1008
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
s_handle
,
bta_gattc_cache.c:1018
bta_gattc_disc_res_cback()
STREAM_TO_UINT16
(
record_value
.
incl_service
.
s_handle
,
p
)
;
gatt_cl.c:842
gatt_process_read_by_type_rsp()
if
(
!
GATT_HANDLE_IS_VALID
(
record_value
.
incl_service
.
s_handle
)
||
gatt_cl.c:845
gatt_process_read_by_type_rsp()
record_value
.
incl_service
.
s_handle
,
record_value
.
incl_service
.
e_handle
,
gatt_uuid_to_str
(
&
record_value
.
incl_service
.
service_type
)
)
;
gatt_cl.c:855
gatt_process_read_by_type_rsp()
p_clcb
->
s_handle
=
record_value
.
incl_service
.
s_handle
;
gatt_cl.c:857
gatt_process_read_by_type_rsp()
inc_srvc
->
s_handle
,
inc_srvc
->
e_handle
,
gatt_uuid_to_str
(
&
inc_srvc
->
service_type
)
)
;
gatt_cl.c:1005
gatt_process_read_rsp()
UINT16_TO_STREAM
(
p
,
p_attr16
->
p_value
->
incl_handle
.
s_handle
)
;
gatt_db.c:272
read_attr_value()
p_attr
->
p_value
->
incl_handle
.
s_handle
=
s_handle
;
gatt_db.c:482
gatts_add_included_service()
UINT16_TO_STREAM
(
p_data
,
p_attr
->
p_value
->
incl_handle
.
s_handle
)
;
gatt_sr_hash.c:125
fill_database_info()
printf
(
"\thandle %d\n"
,
p_attr
->
p_value
->
incl_handle
.
s_handle
)
;
gatt_sr_hash.c:223
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_INCL_SRVC::s_handle
is written by 2 functions and is read by 6 functions:
gatt_process_read_by_type_rsp()
gatts_add_included_service()
All items filtered out
tGATT_INCL_SRVC::s_handle
gatt_process_read_by_type_rsp()
gatt_process_read_rsp()
read_attr_value()
fill_database_info()
gatts_show_local_database()
bta_gattc_disc_res_cback()
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