ESP-IDF
btc_ble_mesh_prov_args_t::set_prov_data_info
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_prov_args_t::set_prov_data_info
btc_ble_mesh_prov_args_t::set_prov_data_info field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:178
struct
ble_mesh_provisioner_set_prov_net_idx_args
{
esp_ble_mesh_prov_data_info_t
prov_data
;
}
set_prov_data_info
;
Examples
References
from
examples
Code
Location
Referrer
}
set_prov_data_info
;
btc_ble_mesh_prov.h:180
info
.
flag
=
arg
->
set_prov_data_info
.
prov_data
.
flag
;
btc_ble_mesh_prov.c:2484
btc_ble_mesh_prov_call_handler()
if
(
arg
->
set_prov_data_info
.
prov_data
.
flag
&
PROV_DATA_NET_IDX_FLAG
)
{
btc_ble_mesh_prov.c:2485
btc_ble_mesh_prov_call_handler()
info
.
net_idx
=
arg
->
set_prov_data_info
.
prov_data
.
net_idx
;
btc_ble_mesh_prov.c:2486
btc_ble_mesh_prov_call_handler()
}
else
if
(
arg
->
set_prov_data_info
.
prov_data
.
flag
&
PROV_DATA_FLAGS_FLAG
)
{
btc_ble_mesh_prov.c:2487
btc_ble_mesh_prov_call_handler()
info
.
flags
=
arg
->
set_prov_data_info
.
prov_data
.
flags
;
btc_ble_mesh_prov.c:2488
btc_ble_mesh_prov_call_handler()
}
else
if
(
arg
->
set_prov_data_info
.
prov_data
.
flag
&
PROV_DATA_IV_INDEX_FLAG
)
{
btc_ble_mesh_prov.c:2489
btc_ble_mesh_prov_call_handler()
info
.
iv_index
=
arg
->
set_prov_data_info
.
prov_data
.
iv_index
;
btc_ble_mesh_prov.c:2490
btc_ble_mesh_prov_call_handler()
arg
.
set_prov_data_info
.
prov_data
.
flag
=
prov_data_info
->
flag
;
esp_ble_mesh_provisioning_api.c:419
esp_ble_mesh_provisioner_set_prov_data_info()
arg
.
set_prov_data_info
.
prov_data
.
net_idx
=
prov_data_info
->
net_idx
;
esp_ble_mesh_provisioning_api.c:421
esp_ble_mesh_provisioner_set_prov_data_info()
arg
.
set_prov_data_info
.
prov_data
.
flags
=
prov_data_info
->
flags
;
esp_ble_mesh_provisioning_api.c:423
esp_ble_mesh_provisioner_set_prov_data_info()
arg
.
set_prov_data_info
.
prov_data
.
iv_index
=
prov_data_info
->
iv_index
;
esp_ble_mesh_provisioning_api.c:425
esp_ble_mesh_provisioner_set_prov_data_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::set_prov_data_info
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::set_prov_data_info
esp_ble_mesh_provisioner_set_prov_data_info()
btc_ble_mesh_prov_call_handler()
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