ESP-IDF
tGATT_INCL_SRVC::service_type
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::service_type
tGATT_INCL_SRVC::service_type field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:536
tBT_UUID
service_type
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
service_type
;
/* included service UUID */
gatt_api.h:536
p_data
->
value
.
incl_service
.
service_type
)
;
bta_gattc_cache.c:1004
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()
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()
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()
inc_srvc
->
s_handle
,
inc_srvc
->
e_handle
,
gatt_uuid_to_str
(
&
inc_srvc
->
service_type
)
)
;
gatt_cl.c:1005
gatt_process_read_rsp()
if
(
p_attr16
->
p_value
->
incl_handle
.
service_type
.
len
==
LEN_UUID_16
)
{
gatt_db.c:265
read_attr_value()
if
(
p_attr16
->
p_value
->
incl_handle
.
service_type
.
len
==
LEN_UUID_16
)
{
gatt_db.c:275
read_attr_value()
UINT16_TO_STREAM
(
p
,
p_attr16
->
p_value
->
incl_handle
.
service_type
.
uu
.
uuid16
)
;
gatt_db.c:276
read_attr_value()
memcpy
(
&
p_attr
->
p_value
->
incl_handle
.
service_type
,
&
service
,
sizeof
(
tBT_UUID
)
)
;
gatt_db.c:484
gatts_add_included_service()
len
+=
8
+
p_attr
->
p_value
->
incl_handle
.
service_type
.
len
;
gatt_sr_hash.c:77
calculate_database_info_size()
gatt_build_uuid_to_stream
(
&
p_data
,
p_attr
->
p_value
->
incl_handle
.
service_type
)
;
gatt_sr_hash.c:127
fill_database_info()
printf
(
"\tuuid %s\t"
,
gatt_uuid_to_str
(
&
p_attr
->
p_value
->
incl_handle
.
service_type
)
)
;
gatt_sr_hash.c:222
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_INCL_SRVC::service_type
is read by 6 functions:
All items filtered out
tGATT_INCL_SRVC::service_type
gatt_process_read_by_type_rsp()
gatt_process_read_rsp()
read_attr_value()
calculate_database_info_size()
fill_database_info()
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