ESP-IDF
adv_send_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_send_start()
adv_send_start() function
Syntax
Show:
Summary
Declaration
from
adv.h:50
static
inline
void
adv_send_start
(
uint16_t
duration
,
int
err
,
const
struct
bt_mesh_send_cb
*
cb
,
void
*
cb_data
)
;
Arguments
Argument
duration
err
cb
cb_data
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
adv_send_start
(
uint16_t
duration
,
int
err
,
adv.h:50
adv_send_start
(
0
,
err
,
cb
,
cb_data
)
;
proxy_srv.c:807
bt_mesh_proxy_relay()
Call Tree
from
examples
adv_send_start()
is called by 1 function and calls 1 function:
bt_mesh_proxy_relay()
All items filtered out
adv_send_start()
bt_mesh_send_cb::start
All items filtered out
Data Use
from
examples
adv_send_start()
reads 1 variable:
bt_mesh_send_cb::start
All items filtered out
adv_send_start()
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