ESP-IDF
ble_hs_conn_can_alloc()
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_hs_conn_can_alloc()
ble_hs_conn_can_alloc() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_conn_priv.h:121
int
ble_hs_conn_can_alloc
(
void
)
;
Implemented in
ble_hs_conn.c:41
Examples
References
from
examples
Code
Location
Referrer
ble_hs_conn_can_alloc
(
void
)
ble_hs_conn.c:42
int
ble_hs_conn_can_alloc
(
void
)
;
ble_hs_conn_priv.h:121
if
(
!
ble_hs_conn_can_alloc
(
)
)
{
ble_gap.c:3433
ble_gap_adv_validate()
if
(
!
ble_hs_conn_can_alloc
(
)
)
{
ble_gap.c:3454
ble_gap_adv_validate()
if
(
!
ble_hs_conn_can_alloc
(
)
)
{
ble_gap.c:7209
ble_gap_connect()
Call Tree
from
examples
ble_hs_conn_can_alloc()
is called by 2 functions and calls 1 function:
ble_gap_adv_validate()
ble_gap_connect()
All items filtered out
ble_hs_conn_can_alloc()
ble_gatts_conn_can_alloc()
All items filtered out
Data Use
from
examples
ble_hs_conn_can_alloc()
reads 3 variables:
os_mempool::mp_num_free
ble_hs_conn_pool
ble_l2cap_chan_pool
All items filtered out
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