ESP-IDF
tGATT_CL_MSG::browse
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_CL_MSG::browse
tGATT_CL_MSG::browse field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:121
tGATT_READ_BY_TYPE
browse
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_READ_BY_TYPE
browse
;
/* read by type request */
gatt_int.h:121
if
(
GATT_HANDLE_IS_VALID
(
p_msg
->
browse
.
s_handle
)
&&
att_protocol.c:563
attp_send_cl_msg()
GATT_HANDLE_IS_VALID
(
p_msg
->
browse
.
e_handle
)
&&
att_protocol.c:564
attp_send_cl_msg()
p_msg
->
browse
.
s_handle
<=
p_msg
->
browse
.
e_handle
)
{
att_protocol.c:565
attp_send_cl_msg()
p_msg
->
browse
.
s_handle
,
att_protocol.c:567
attp_send_cl_msg()
p_msg
->
browse
.
e_handle
,
att_protocol.c:568
attp_send_cl_msg()
p_msg
->
browse
.
uuid
)
;
att_protocol.c:569
attp_send_cl_msg()
cl_req
.
browse
.
s_handle
=
p_clcb
->
s_handle
;
gatt_cl.c:90
gatt_act_discovery()
cl_req
.
browse
.
e_handle
=
p_clcb
->
e_handle
;
gatt_cl.c:91
gatt_act_discovery()
cl_req
.
browse
.
uuid
.
len
=
2
;
gatt_cl.c:94
gatt_act_discovery()
cl_req
.
browse
.
uuid
.
uu
.
uuid16
=
disc_type_to_uuid
[
p_clcb
->
op_subtype
]
;
gatt_cl.c:95
gatt_act_discovery()
memcpy
(
&
cl_req
.
browse
.
uuid
,
&
p_clcb
->
uuid
,
sizeof
(
tBT_UUID
)
)
;
gatt_cl.c:114
gatt_act_discovery()
msg
.
browse
.
s_handle
=
p_clcb
->
s_handle
;
gatt_cl.c:149
gatt_act_read()
msg
.
browse
.
e_handle
=
p_clcb
->
e_handle
;
gatt_cl.c:150
gatt_act_read()
memcpy
(
&
msg
.
browse
.
uuid
,
&
p_clcb
->
uuid
,
sizeof
(
tBT_UUID
)
)
;
gatt_cl.c:152
gatt_act_read()
msg
.
browse
.
uuid
.
len
=
LEN_UUID_16
;
gatt_cl.c:154
gatt_act_read()
msg
.
browse
.
uuid
.
uu
.
uuid16
=
GATT_UUID_CHAR_DECLARE
;
gatt_cl.c:155
gatt_act_read()
msg
.
browse
.
s_handle
=
s_handle
;
gatt_utils.c:2246
gatt_act_send_browse()
msg
.
browse
.
e_handle
=
e_handle
;
gatt_utils.c:2247
gatt_act_send_browse()
memcpy
(
&
msg
.
browse
.
uuid
,
&
uuid
,
sizeof
(
tBT_UUID
)
)
;
gatt_utils.c:2248
gatt_act_send_browse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_CL_MSG::browse
is read by 4 functions:
All items filtered out
tGATT_CL_MSG::browse
attp_send_cl_msg()
gatt_act_discovery()
gatt_act_read()
gatt_act_send_browse()
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