ESP-IDF
tGATT_CLCB::read_uuid128
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_CLCB::read_uuid128
tGATT_CLCB::read_uuid128 field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:444
tGATT_READ_INC_UUID128
read_uuid128
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_READ_INC_UUID128
read_uuid128
;
gatt_int.h:444
p_clcb
->
read_uuid128
.
wait_for_read_rsp
=
TRUE
;
gatt_cl.c:858
gatt_process_read_by_type_rsp()
p_clcb
->
read_uuid128
.
next_disc_start_hdl
=
handle
+
1
;
gatt_cl.c:859
gatt_process_read_by_type_rsp()
memcpy
(
&
p_clcb
->
read_uuid128
.
result
,
&
result
,
sizeof
(
result
)
)
;
gatt_cl.c:860
gatt_process_read_by_type_rsp()
memcpy
(
&
p_clcb
->
read_uuid128
.
result
.
value
,
&
record_value
,
sizeof
(
result
.
value
)
)
;
gatt_cl.c:861
gatt_process_read_by_type_rsp()
p_clcb
->
read_uuid128
.
wait_for_read_rsp
)
{
gatt_cl.c:996
gatt_process_read_rsp()
p_clcb
->
s_handle
=
p_clcb
->
read_uuid128
.
next_disc_start_hdl
;
gatt_cl.c:997
gatt_process_read_rsp()
p_clcb
->
read_uuid128
.
wait_for_read_rsp
=
FALSE
;
gatt_cl.c:998
gatt_process_read_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()
(
*
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
(
p_clcb
->
conn_id
,
p_clcb
->
op_subtype
,
&
p_clcb
->
read_uuid128
.
result
)
;
gatt_cl.c:1007
gatt_process_read_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CLCB::read_uuid128
is read by 2 functions:
All items filtered out
tGATT_CLCB::read_uuid128
gatt_process_read_by_type_rsp()
gatt_process_read_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