ESP-IDF
ble_hs_conn_alloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_conn_alloc()
ble_hs_conn_alloc() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_conn_priv.h:122
struct
ble_hs_conn
*
ble_hs_conn_alloc
(
uint16_t
conn_handle
)
;
Implemented in
ble_hs_conn.c:141
Arguments
Argument
conn_handle
Examples
References
from
examples
Code
Location
Referrer
ble_hs_conn_alloc
(
uint16_t
conn_handle
)
ble_hs_conn.c:142
struct
ble_hs_conn
*
ble_hs_conn_alloc
(
uint16_t
conn_handle
)
;
ble_hs_conn_priv.h:122
conn
=
ble_hs_conn_alloc
(
evt
->
connection_handle
)
;
ble_gap.c:2642
ble_gap_rx_conn_complete()
Call Tree
from
examples
ble_hs_conn_alloc()
is called by 1 function and calls 7 functions:
ble_gap_rx_conn_complete()
All items filtered out
ble_hs_conn_alloc()
os_memblock_get()
ble_hs_conn_free()
ble_hs_conn_chan_insert()
ble_sm_create_chan()
ble_gatts_conn_init()
ble_l2cap_sig_create_chan()
ble_att_create_chan()
All items filtered out
Data Use
from
examples
ble_hs_conn_alloc()
writes 1 variable:
All items filtered out
ble_hs_conn_alloc()
ble_hs_conn::bhc_handle
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