ESP-IDF
adv_alloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
adv_alloc()
adv_alloc() function
Syntax
Show:
Summary
Declaration
from
adv.c:125
static
struct
bt_mesh_adv
*
adv_alloc
(
int
id
)
;
Arguments
Argument
id
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_adv
*
adv_alloc
(
int
id
)
adv.c:125
return
bt_mesh_adv_create_from_pool
(
&
adv_buf_pool
,
adv_alloc
,
adv.c:417
bt_mesh_adv_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adv_alloc()
reads 1 variable and writes 1 variable:
adv_pool
All items filtered out
adv_alloc()
bt_mesh_adv_create()
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