ESP-IDF
tL2C_CB::ble_rcb_pool
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
tL2C_CB::ble_rcb_pool
tL2C_CB::ble_rcb_pool field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:524
tL2C_RCB
ble_rcb_pool
[
BLE_MAX_L2CAP_CLIENTS
]
;
Examples
References
from
examples
Code
Location
Referrer
tL2C_RCB
ble_rcb_pool
[
BLE_MAX_L2CAP_CLIENTS
]
;
/* Registration info pool */
l2c_int.h:524
tL2C_RCB
*
p_rcb
=
&
l2cb
.
ble_rcb_pool
[
0
]
;
l2c_utils.c:1830
l2cu_allocate_ble_rcb()
tL2C_RCB
*
p_rcb
=
&
l2cb
.
ble_rcb_pool
[
0
]
;
l2c_utils.c:1934
l2cu_find_ble_rcb_by_psm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CB::ble_rcb_pool
is read by 2 functions:
All items filtered out
tL2C_CB::ble_rcb_pool
l2cu_allocate_ble_rcb()
l2cu_find_ble_rcb_by_psm()
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