ESP-IDF
tGATT_DISC_VALUE::incl_service
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_DISC_VALUE::incl_service
tGATT_DISC_VALUE::incl_service field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:542
tGATT_INCL_SRVC
incl_service
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_INCL_SRVC
incl_service
;
/* include service value */
gatt_api.h:542
p_data
->
value
.
incl_service
.
s_handle
,
bta_gattc_cache.c:1002
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
e_handle
,
bta_gattc_cache.c:1003
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
service_type
)
;
bta_gattc_cache.c:1004
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
.
e_handle
,
bta_gattc_cache.c:1009
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
service_type
,
bta_gattc_cache.c:1010
bta_gattc_disc_res_cback()
&
p_data
->
value
.
incl_service
.
service_type
,
bta_gattc_cache.c:1016
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
s_handle
,
bta_gattc_cache.c:1018
bta_gattc_disc_res_cback()
p_data
->
value
.
incl_service
.
e_handle
,
bta_gattc_cache.c:1019
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()
STREAM_TO_UINT16
(
record_value
.
incl_service
.
e_handle
,
p
)
;
gatt_cl.c:843
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()
!
GATT_HANDLE_IS_VALID
(
record_value
.
incl_service
.
e_handle
)
)
{
gatt_cl.c:846
gatt_process_read_by_type_rsp()
STREAM_TO_UINT16
(
record_value
.
incl_service
.
service_type
.
uu
.
uuid16
,
p
)
;
gatt_cl.c:852
gatt_process_read_by_type_rsp()
record_value
.
incl_service
.
service_type
.
len
=
LEN_UUID_16
;
gatt_cl.c:853
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()
memcpy
(
p_clcb
->
read_uuid128
.
result
.
value
.
incl_service
.
service_type
.
uu
.
uuid128
,
p
,
len
)
;
gatt_cl.c:1001
gatt_process_read_rsp()
p_clcb
->
read_uuid128
.
result
.
value
.
incl_service
.
service_type
.
len
=
LEN_UUID_128
;
gatt_cl.c:1002
gatt_process_read_rsp()
tGATT_INCL_SRVC
*
inc_srvc
=
&
p_clcb
->
read_uuid128
.
result
.
value
.
incl_service
;
gatt_cl.c:1003
gatt_process_read_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_DISC_VALUE::incl_service
is read by 3 functions:
All items filtered out
tGATT_DISC_VALUE::incl_service
gatt_process_read_by_type_rsp()
gatt_process_read_rsp()
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