ESP-IDF
tGATT_CL_MSG
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_CL_MSG
tGATT_CL_MSG union
Syntax
Show:
Summary
Declaration
from
gatt_int.h:120
typedef
union
{
tGATT_READ_BY_TYPE
browse
;
tGATT_FIND_TYPE_VALUE
find_type_value
;
tGATT_READ_MULTI
read_multi
;
tGATT_READ_PARTIAL
read_blob
;
tGATT_VALUE
attr_value
;
UINT16
handle
;
UINT16
mtu
;
tGATT_EXEC_FLAG
exec_write
;
}
tGATT_CL_MSG
;
Fields
Field
Declared as
tGATT_CL_MSG::browse
tGATT_READ_BY_TYPE
tGATT_CL_MSG::find_type_value
tGATT_FIND_TYPE_VALUE
tGATT_CL_MSG::read_multi
tGATT_READ_MULTI
tGATT_CL_MSG::read_blob
tGATT_READ_PARTIAL
tGATT_CL_MSG::attr_value
tGATT_VALUE
tGATT_CL_MSG::handle
UINT16
tGATT_CL_MSG::mtu
UINT16
tGATT_CL_MSG::exec_write
tGATT_EXEC_FLAG
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
gatt_int.h:120
}
tGATT_CL_MSG
;
gatt_int.h:131
tGATT_STATUS
attp_send_cl_msg
(
tGATT_TCB
*
p_tcb
,
UINT16
clcb_idx
,
UINT8
op_code
,
tGATT_CL_MSG
*
p_msg
)
att_protocol.c:543
attp_send_cl_msg()
attp_send_cl_msg()::p_msg
ret
=
attp_send_cl_msg
(
p_clcb
->
p_tcb
,
p_clcb
->
clcb_idx
,
GATT_REQ_MTU
,
(
tGATT_CL_MSG
*
)
&
mtu
)
;
gatt_api.c:900
GATTC_ConfigureMTU()
ret
=
attp_send_cl_msg
(
p_tcb
,
0
,
GATT_HANDLE_VALUE_CONF
,
(
tGATT_CL_MSG
*
)
&
handle
)
;
gatt_api.c:1206
GATTC_SendHandleValueConfirm()
tGATT_CL_MSG
cl_req
;
gatt_cl.c:84
gatt_act_discovery()
memset
(
&
cl_req
,
0
,
sizeof
(
tGATT_CL_MSG
)
)
;
gatt_cl.c:88
gatt_act_discovery()
tGATT_CL_MSG
msg
;
gatt_cl.c:140
gatt_act_read()
memset
(
&
msg
,
0
,
sizeof
(
tGATT_CL_MSG
)
)
;
gatt_cl.c:143
gatt_act_read()
rt
=
attp_send_cl_msg
(
p_tcb
,
p_clcb
->
clcb_idx
,
GATT_REQ_EXEC_WRITE
,
(
tGATT_CL_MSG
*
)
&
flag
)
;
gatt_cl.c:298
gatt_send_queue_write_cancel()
}
tGATT_CL_MSG
;
gatt_int.h:131
tGATT_CL_MSG
extern
tGATT_STATUS
attp_send_cl_msg
(
tGATT_TCB
*
p_tcb
,
UINT16
clcb_idx
,
UINT8
op_code
,
tGATT_CL_MSG
*
p_msg
)
;
gatt_int.h:616
attp_send_cl_msg()
attp_send_cl_msg()::p_msg
tGATT_CL_MSG
msg
;
gatt_utils.c:2219
gatt_send_write_msg()
tGATT_CL_MSG
msg
;
gatt_utils.c:2244
gatt_act_send_browse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
attp_send_cl_msg()::p_msg
attp_send_cl_msg()
gatt_int.h:616
attp_send_cl_msg()::p_msg
attp_send_cl_msg()
att_protocol.c:543
Lifecycle
from
examples
All items filtered out
All items filtered out