ESP-IDF
tGATT_TCB::cl_cmd_q
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_TCB::cl_cmd_q
tGATT_TCB::cl_cmd_q field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:403
tGATT_CMD_Q
cl_cmd_q
[
GATT_CL_MAX_LCB
]
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_CMD_Q
cl_cmd_q
[
GATT_CL_MAX_LCB
]
;
gatt_int.h:403
tGATT_CMD_Q
*
p_cmd
=
&
p_tcb
->
cl_cmd_q
[
p_tcb
->
pending_cl_req
]
;
gatt_cl.c:1094
gatt_cl_send_next_cmd_inq()
p_cmd
=
&
p_tcb
->
cl_cmd_q
[
p_tcb
->
pending_cl_req
]
;
gatt_cl.c:1124
gatt_cl_send_next_cmd_inq()
p_cmd
=
&
p_tcb
->
cl_cmd_q
[
p_tcb
->
pending_cl_req
]
;
gatt_cl.c:1133
gatt_cl_send_next_cmd_inq()
tGATT_CMD_Q
*
p_cmd
=
&
p_tcb
->
cl_cmd_q
[
p_tcb
->
next_slot_inq
]
;
gatt_utils.c:2163
gatt_cmd_enq()
tGATT_CMD_Q
*
p_cmd
=
&
p_tcb
->
cl_cmd_q
[
p_tcb
->
pending_cl_req
]
;
gatt_utils.c:2191
gatt_cmd_dequeue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_TCB::cl_cmd_q
is read by 3 functions:
All items filtered out
tGATT_TCB::cl_cmd_q
gatt_cl_send_next_cmd_inq()
gatt_cmd_enq()
gatt_cmd_dequeue()
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