ESP-IDF
bt_mesh_adv_send_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_adv_send_start()
bt_mesh_adv_send_start() function
Syntax
Show:
Summary
Declaration
from
adv.h:107
static
inline
void
bt_mesh_adv_send_start
(
uint16_t
duration
,
int
err
,
struct
bt_mesh_adv
*
adv
)
;
Arguments
Argument
duration
err
adv
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
bt_mesh_adv_send_start
(
uint16_t
duration
,
int
err
,
adv.h:107
bt_mesh_adv_send_start
(
duration
,
err
,
BT_MESH_ADV
(
buf
)
)
;
adv_legacy.c:120
adv_send()
Call Tree
from
examples
bt_mesh_adv_send_start()
is called by 1 function and calls 1 function:
adv_send()
All items filtered out
bt_mesh_adv_send_start()
bt_mesh_send_cb::start
All items filtered out
Data Use
from
examples
bt_mesh_adv_send_start()
reads 4 variables and writes 2 variables:
bt_mesh_send_cb::start
bt_mesh_adv::cb
bt_mesh_adv::cb_data
bt_mesh_adv::started
All items filtered out
bt_mesh_adv_send_start()
bt_mesh_adv::cb
bt_mesh_adv::started
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