ESP-IDF
ble_gap_update_entry_pool
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_gap_update_entry_pool
ble_gap_update_entry_pool variable
Syntax
Show:
Summary
Declaration
from
ble_gap.c:276
static
struct
os_mempool
ble_gap_update_entry_pool
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
os_mempool
ble_gap_update_entry_pool
;
ble_gap.c:276
entry
=
os_memblock_get
(
&
ble_gap_update_entry_pool
)
;
ble_gap.c:7648
ble_gap_update_entry_alloc()
rc
=
os_memblock_put
(
&
ble_gap_update_entry_pool
,
entry
)
;
ble_gap.c:7666
ble_gap_update_entry_free()
rc
=
os_mempool_init
(
&
ble_gap_update_entry_pool
,
ble_gap.c:8968
ble_gap_init()
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