ESP-IDF
tL2C_CB::num_lm_ble_bufs
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
tL2C_CB::num_lm_ble_bufs
tL2C_CB::num_lm_ble_bufs field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:520
UINT16
num_lm_ble_bufs
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
num_lm_ble_bufs
;
/* # of ACL buffers on controller */
l2c_int.h:520
l2cb
.
num_lm_ble_bufs
=
l2cb
.
controller_le_xmit_window
=
num_lm_ble_bufs
;
l2c_ble.c:1104
l2c_link_processs_ble_num_bufs()
UINT16
controller_xmit_quota
=
l2cb
.
num_lm_ble_bufs
;
l2c_ble.c:1129
l2c_ble_link_adjust_allocation()
l2cb
.
controller_le_xmit_window
=
l2cb
.
num_lm_ble_bufs
;
l2c_ble.c:1135
l2c_ble_link_adjust_allocation()
if
(
l2cb
.
controller_le_xmit_window
>
l2cb
.
num_lm_ble_bufs
)
{
l2c_utils.c:195
l2cu_release_lcb()
l2cb
.
controller_le_xmit_window
=
l2cb
.
num_lm_ble_bufs
;
l2c_utils.c:196
l2cu_release_lcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CB::num_lm_ble_bufs
is written by 1 function and is read by 2 functions:
l2c_link_processs_ble_num_bufs()
All items filtered out
tL2C_CB::num_lm_ble_bufs
l2c_ble_link_adjust_allocation()
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