ESP-IDF
ble_l2cap_chan_mem
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
ble_l2cap_chan_mem
ble_l2cap_chan_mem variable
Syntax
Show:
Summary
Declaration
from
ble_l2cap.c:36
static
os_membuf_t
ble_l2cap_chan_mem
[
OS_MEMPOOL_SIZE
(
MYNEWT_VAL
(
BLE_L2CAP_MAX_CHANS
)
+
MYNEWT_VAL
(
BLE_L2CAP_COC_MAX_NUM
)
,
sizeof
(
struct
ble_l2cap_chan
)
)
]
;
Examples
References
from
examples
Code
Location
Referrer
static
os_membuf_t
ble_l2cap_chan_mem
[
ble_l2cap.c:36
ble_l2cap_chan_mem
,
"ble_l2cap_chan_pool"
)
;
ble_l2cap.c:511
ble_l2cap_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan_mem
is read by 1 function:
All items filtered out
ble_l2cap_chan_mem
ble_l2cap_init()
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