ESP-IDF
ble_att_svr_entry_pool
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_att_svr_entry_pool
ble_att_svr_entry_pool variable
Syntax
Show:
Summary
Declaration
from
ble_att_svr.c:57
static
struct
os_mempool
ble_att_svr_entry_pool
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
os_mempool
ble_att_svr_entry_pool
;
ble_att_svr.c:57
entry
=
os_memblock_get
(
&
ble_att_svr_entry_pool
)
;
ble_att_svr.c:71
ble_att_svr_entry_alloc()
if
(
os_memblock_from
(
&
ble_att_svr_entry_pool
,
entry
)
)
{
ble_att_svr.c:89
ble_att_svr_entry_free()
os_memblock_put
(
&
ble_att_svr_entry_pool
,
entry
)
;
ble_att_svr.c:90
ble_att_svr_entry_free()
os_memblock_put
(
&
ble_att_svr_entry_pool
,
entry
)
;
ble_att_svr.c:96
ble_att_svr_entry_free()
rc
=
os_mempool_init
(
&
ble_att_svr_entry_pool
,
ble_hs_max_attrs
,
ble_att_svr.c:3275
ble_att_svr_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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