ESP-IDF
tGATT_TCB::pending_cl_req
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::pending_cl_req
tGATT_TCB::pending_cl_req field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:405
UINT8
pending_cl_req
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
pending_cl_req
;
gatt_int.h:405
if
(
p_tcb
->
pending_cl_req
==
p_tcb
->
next_slot_inq
||
att_protocol.c:505
attp_cl_send_cmd()
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_tcb
->
pending_cl_req
!=
p_tcb
->
next_slot_inq
&&
gatt_cl.c:1101
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_tcb
->
pending_cl_req
++
;
gatt_cl.c:1132
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()
p_tcb
->
pending_cl_req
=
p_tcb
->
next_slot_inq
;
gatt_utils.c:2171
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()
if
(
p_tcb
->
pending_cl_req
!=
p_tcb
->
next_slot_inq
)
{
gatt_utils.c:2194
gatt_cmd_dequeue()
p_tcb
->
pending_cl_req
++
;
gatt_utils.c:2199
gatt_cmd_dequeue()
p_tcb
->
pending_cl_req
%=
GATT_CL_MAX_LCB
;
gatt_utils.c:2200
gatt_cmd_dequeue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_TCB::pending_cl_req
is written by 3 functions and is read by 3 functions:
gatt_cl_send_next_cmd_inq()
gatt_cmd_enq()
gatt_cmd_dequeue()
All items filtered out
tGATT_TCB::pending_cl_req
attp_cl_send_cmd()
gatt_cl_send_next_cmd_inq()
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