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