ESP-IDF
adv_send_end()
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_send_end()
adv_send_end() function
Syntax
Show:
Summary
Declaration
from
adv.c:139
static
inline
void
adv_send_end
(
int
err
,
const
struct
bt_mesh_send_cb
*
cb
,
void
*
cb_data
)
;
Arguments
Argument
err
cb
cb_data
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
adv_send_end
(
int
err
,
const
struct
bt_mesh_send_cb
*
cb
,
adv.c:139
adv_send_end
(
err
,
cb
,
cb_data
)
;
adv.c:248
adv_send()
Call Tree
from
examples
adv_send_end()
is called by 1 function and calls 1 function:
adv_send()
All items filtered out
adv_send_end()
bt_mesh_send_cb::end
All items filtered out
Data Use
from
examples
adv_send_end()
reads 1 variable:
bt_mesh_send_cb::end
All items filtered out
adv_send_end()
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