ESP-IDF
bt_mesh_adv_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_adv_start()
bt_mesh_adv_start() function
Syntax
Show:
Summary
Declaration
Definition
from
adv.h:103
int
bt_mesh_adv_start
(
const
struct
ble_gap_adv_params
*
param
,
int32_t
duration
,
const
struct
bt_data
*
ad
,
size_t
ad_len
,
const
struct
bt_data
*
sd
,
size_t
sd_len
)
;
Implemented in
adv_legacy.c:245
Arguments
Argument
param
duration
ad
ad_len
sd
sd_len
Related Functions
Found 6 other functions taking a
ble_gap_adv_params
argument:
Function
Description
ble_gap_adv_start()
Start advertising This function configures and start advertising procedure.
bt_le_adv_start()
ble_gap_log_adv()
ble_gap_adv_validate()
ble_gap_adv_type()
$advertise *
ble_gap_adv_params_tx()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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