ESP-IDF
tGATT_DISC_RES::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_DISC_RES::type
tGATT_DISC_RES::type field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:558
tBT_UUID
type
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
type
;
gatt_api.h:558
&
p_data
->
type
,
bta_gattc_cache.c:1035
bta_gattc_disc_res_cback()
if
(
p_data
->
type
.
uu
.
uuid16
==
GATT_UUID_CHAR_CLIENT_CONFIG
)
{
gatt_attr.c:535
gatt_disc_res_cback()
result
.
type
.
len
=
2
;
gatt_cl.c:416
gatt_process_find_type_value_rsp()
result
.
type
.
uu
.
uuid16
=
GATT_UUID_PRI_SERVICE
;
gatt_cl.c:417
gatt_process_find_type_value_rsp()
if
(
!
gatt_parse_uuid_from_cmd
(
&
result
.
type
,
uuid_len
,
&
p
)
)
{
gatt_cl.c:481
gatt_process_read_info_rsp()
memcpy
(
&
result
.
type
,
&
p_clcb
->
uuid
,
sizeof
(
tBT_UUID
)
)
;
gatt_cl.c:485
gatt_process_read_info_rsp()
GATT_DISC_INFO
(
"%s handle %x, uuid %s"
,
__func__
,
result
.
handle
,
gatt_uuid_to_str
(
&
result
.
type
)
)
;
gatt_cl.c:490
gatt_process_read_info_rsp()
result
.
type
.
len
=
2
;
gatt_cl.c:819
gatt_process_read_by_type_rsp()
result
.
type
.
uu
.
uuid16
=
disc_type_to_uuid
[
p_clcb
->
op_subtype
]
;
gatt_cl.c:820
gatt_process_read_by_type_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_DISC_RES::type
is read by 3 functions:
All items filtered out
tGATT_DISC_RES::type
gatt_disc_res_cback()
gatt_process_find_type_value_rsp()
gatt_process_read_by_type_rsp()
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