ESP-IDF
t_l2c_linkcb::le_sec_pending_q
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
t_l2c_linkcb::le_sec_pending_q
t_l2c_linkcb::le_sec_pending_q field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:433
fixed_queue_t
*
le_sec_pending_q
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
le_sec_pending_q
;
/* LE coc channels waiting for security check completion */
l2c_int.h:433
if
(
!
fixed_queue_is_empty
(
p_lcb
->
le_sec_pending_q
)
)
l2c_ble.c:1589
l2cble_sec_comp()
p_buf
=
(
tL2CAP_SEC_DATA
*
)
fixed_queue_dequeue
(
p_lcb
->
le_sec_pending_q
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_ble.c:1591
l2cble_sec_comp()
while
(
!
fixed_queue_is_empty
(
p_lcb
->
le_sec_pending_q
)
)
l2c_ble.c:1634
l2cble_sec_comp()
p_buf
=
(
tL2CAP_SEC_DATA
*
)
fixed_queue_dequeue
(
p_lcb
->
le_sec_pending_q
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_ble.c:1636
l2cble_sec_comp()
fixed_queue_enqueue
(
p_lcb
->
le_sec_pending_q
,
p_buf
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_ble.c:1692
l2ble_sec_access_req()
p_lcb
->
le_sec_pending_q
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
l2c_utils.c:107
l2cu_allocate_lcb()
if
(
p_lcb
->
le_sec_pending_q
)
l2c_utils.c:279
l2cu_release_lcb()
while
(
!
fixed_queue_is_empty
(
p_lcb
->
le_sec_pending_q
)
)
l2c_utils.c:281
l2cu_release_lcb()
tL2CAP_SEC_DATA
*
p_buf
=
(
tL2CAP_SEC_DATA
*
)
fixed_queue_dequeue
(
p_lcb
->
le_sec_pending_q
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
l2c_utils.c:283
l2cu_release_lcb()
fixed_queue_free
(
p_lcb
->
le_sec_pending_q
,
NULL
)
;
l2c_utils.c:289
l2cu_release_lcb()
p_lcb
->
le_sec_pending_q
=
NULL
;
l2c_utils.c:290
l2cu_release_lcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_linkcb::le_sec_pending_q
is written by 2 functions and is read by 3 functions:
l2cu_allocate_lcb()
l2cu_release_lcb()
All items filtered out
t_l2c_linkcb::le_sec_pending_q
l2cble_sec_comp()
l2ble_sec_access_req()
l2cu_release_lcb()
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