ESP-IDF
ble_hs_conn_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_hs_conn_pool
ble_hs_conn_pool variable
Syntax
Show:
Summary
Declaration
from
ble_hs_conn.c:32
static
struct
os_mempool
ble_hs_conn_pool
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
os_mempool
ble_hs_conn_pool
;
ble_hs_conn.c:32
return
ble_hs_conn_pool
.
mp_num_free
>=
1
&&
ble_hs_conn.c:48
ble_hs_conn_can_alloc()
conn
=
os_memblock_get
(
&
ble_hs_conn_pool
)
;
ble_hs_conn.c:152
ble_hs_conn_alloc()
rc
=
os_memblock_put
(
&
ble_hs_conn_pool
,
conn
)
;
ble_hs_conn.c:262
ble_hs_conn_free()
rc
=
os_mempool_init
(
&
ble_hs_conn_pool
,
MYNEWT_VAL
(
BLE_MAX_CONNECTIONS
)
,
ble_hs_conn.c:583
ble_hs_conn_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn_pool
is read by 1 function:
All items filtered out
ble_hs_conn_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