ESP-IDF
btc_ble_mesh_ble_args_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_mesh_ble_args_t
btc_ble_mesh_ble_args_t union
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_ble.h:19
typedef
union
{
struct
{
esp_ble_mesh_ble_adv_param_t
param
;
esp_ble_mesh_ble_adv_data_t
data
;
}
start_ble_adv
;
struct
{
uint8_t
index
;
}
stop_ble_adv
;
struct
{
esp_ble_mesh_ble_scan_param_t
param
;
}
start_ble_scan
;
struct
{
}
stop_ble_scan
;
}
btc_ble_mesh_ble_args_t
;
Fields
Field
Declared as
btc_ble_mesh_ble_args_t::start_ble_adv
struct
{
esp_ble_mesh_ble_adv_param_t
param
;
esp_ble_mesh_ble_adv_data_t
data
;
}
btc_ble_mesh_ble_args_t::stop_ble_adv
struct
{
uint8_t
index
;
}
btc_ble_mesh_ble_args_t::start_ble_scan
struct
{
esp_ble_mesh_ble_scan_param_t
param
;
}
btc_ble_mesh_ble_args_t::stop_ble_scan
struct
{
}
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