ESP-IDF
adv_buf_mempool
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
adv_buf_mempool
adv_buf_mempool variable
Syntax
Show:
Summary
Declaration
Definition
from
adv.h:33
extern
struct
os_mempool
adv_buf_mempool
;
Implemented in
adv.c:52
Examples
References
from
examples
Code
Location
Referrer
struct
os_mempool
adv_buf_mempool
;
adv.c:52
extern
struct
os_mempool
adv_buf_mempool
;
adv.h:33
rc
=
os_mempool_init
(
&
adv_buf_mempool
,
MYNEWT_VAL
(
BLE_MESH_ADV_BUF_COUNT
)
,
adv_legacy.c:213
bt_mesh_adv_init()
rc
=
os_mbuf_pool_init
(
&
adv_os_mbuf_pool
,
&
adv_buf_mempool
,
adv_legacy.c:218
bt_mesh_adv_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