ESP-IDF
adv_pool
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_pool
adv_pool variable
Syntax
Show:
Summary
Declaration
from
adv.c:51
static
struct
bt_mesh_adv
adv_pool
[
CONFIG_BLE_MESH_ADV_BUF_COUNT
]
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_adv
adv_pool
[
CONFIG_BLE_MESH_ADV_BUF_COUNT
]
;
adv.c:51
return
&
adv_pool
[
id
]
;
adv.c:127
adv_alloc()
memset
(
adv_pool
,
0
,
sizeof
(
adv_pool
)
)
;
adv.c:723
bt_mesh_adv_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adv_pool
is read by 2 functions:
All items filtered out
adv_pool
adv_alloc()
bt_mesh_adv_deinit()
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