ESP-IDF
tGATT_DISC_VALUE::group_value
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
tGATT_DISC_VALUE::group_value
tGATT_DISC_VALUE::group_value field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:543
tGATT_GROUP_VALUE
group_value
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_GROUP_VALUE
group_value
;
/* Service UUID type.
gatt_api.h:543
p_data
->
value
.
group_value
.
e_handle
,
bta_gattc_cache.c:985
bta_gattc_disc_res_cback()
p_data
->
value
.
group_value
.
service_type
,
bta_gattc_cache.c:986
bta_gattc_disc_res_cback()
p_data
->
value
.
group_value
.
e_handle
,
bta_gattc_cache.c:993
bta_gattc_disc_res_cback()
p_data
->
value
.
group_value
.
service_type
,
bta_gattc_cache.c:994
bta_gattc_disc_res_cback()
p_clcb
->
e_handle
=
p_data
->
value
.
group_value
.
e_handle
;
gatt_attr.c:525
gatt_disc_res_cback()
STREAM_TO_UINT16
(
result
.
value
.
group_value
.
e_handle
,
p
)
;
gatt_cl.c:422
gatt_process_find_type_value_rsp()
GATT_DISC_INFO
(
"%s handle %x, end handle %x"
,
__func__
,
result
.
handle
,
result
.
value
.
group_value
.
e_handle
)
;
gatt_cl.c:423
gatt_process_find_type_value_rsp()
memcpy
(
&
result
.
value
.
group_value
.
service_type
,
&
p_clcb
->
uuid
,
sizeof
(
tBT_UUID
)
)
;
gatt_cl.c:424
gatt_process_find_type_value_rsp()
p_clcb
->
s_handle
=
(
result
.
value
.
group_value
.
e_handle
==
0
)
?
0
:
(
result
.
value
.
group_value
.
e_handle
+
1
)
;
gatt_cl.c:434
gatt_process_find_type_value_rsp()
record_value
.
group_value
.
e_handle
=
handle
;
gatt_cl.c:832
gatt_process_read_by_type_rsp()
if
(
!
gatt_parse_uuid_from_cmd
(
&
record_value
.
group_value
.
service_type
,
value_len
,
&
p
)
)
{
gatt_cl.c:833
gatt_process_read_by_type_rsp()
GATT_DISC_INFO
(
"DISC ALL SVC end handle %x, uuid %s"
,
record_value
.
group_value
.
e_handle
,
gatt_uuid_to_str
(
&
record_value
.
group_value
.
service_type
)
)
;
gatt_cl.c:838
gatt_process_read_by_type_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_DISC_VALUE::group_value
is read by 4 functions:
All items filtered out
tGATT_DISC_VALUE::group_value
gatt_disc_res_cback()
gatt_process_find_type_value_rsp()
gatt_process_read_by_type_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