ESP-IDF
ble_l2cap_chan_pool
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_l2cap_chan_pool
ble_l2cap_chan_pool variable
Syntax
Show:
Summary
Declaration
Definition
from
ble_l2cap_priv.h:50
extern
struct
os_mempool
ble_l2cap_chan_pool
;
Implemented in
ble_l2cap.c:34
Examples
References
from
examples
Code
Location
Referrer
struct
os_mempool
ble_l2cap_chan_pool
;
ble_l2cap.c:34
extern
struct
os_mempool
ble_l2cap_chan_pool
;
ble_l2cap_priv.h:50
ble_l2cap_chan_pool
.
mp_num_free
>=
BLE_HS_CONN_MIN_CHANS
&&
ble_hs_conn.c:49
ble_hs_conn_can_alloc()
chan
=
os_memblock_get
(
&
ble_l2cap_chan_pool
)
;
ble_l2cap.c:61
ble_l2cap_chan_alloc()
rc
=
os_memblock_put
(
&
ble_l2cap_chan_pool
,
chan
)
;
ble_l2cap.c:89
ble_l2cap_chan_free()
rc
=
os_mempool_init
(
&
ble_l2cap_chan_pool
,
ble_l2cap.c:507
ble_l2cap_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan_pool
is read by 1 function:
All items filtered out
ble_l2cap_chan_pool
ble_hs_conn_can_alloc()
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