ESP-IDF
tGATT_DISC_RES::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_RES::handle
tGATT_DISC_RES::handle field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:559
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
gatt_api.h:559
p_data
->
handle
,
bta_gattc_cache.c:984
bta_gattc_disc_res_cback()
p_data
->
handle
,
bta_gattc_cache.c:992
bta_gattc_disc_res_cback()
p_data
->
handle
,
bta_gattc_cache.c:1015
bta_gattc_disc_res_cback()
p_data
->
handle
,
bta_gattc_cache.c:1026
bta_gattc_disc_res_cback()
p_data
->
handle
,
bta_gattc_cache.c:1034
bta_gattc_disc_res_cback()
p_clcb
->
s_handle
=
p_data
->
handle
;
gatt_attr.c:536
gatt_disc_res_cback()
STREAM_TO_UINT16
(
result
.
handle
,
p
)
;
gatt_cl.c:421
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()
STREAM_TO_UINT16
(
result
.
handle
,
p
)
;
gatt_cl.c:478
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()
p_clcb
->
s_handle
=
(
result
.
handle
==
0
)
?
0
:
(
result
.
handle
+
1
)
;
gatt_cl.c:497
gatt_process_read_info_rsp()
result
.
handle
=
handle
;
gatt_cl.c:818
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::handle
is written by 3 functions and is read by 4 functions:
gatt_process_find_type_value_rsp()
gatt_process_read_info_rsp()
gatt_process_read_by_type_rsp()
All items filtered out
tGATT_DISC_RES::handle
gatt_disc_res_cback()
gatt_process_find_type_value_rsp()
gatt_process_read_info_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