ESP-IDF
btc_ble_mesh_prov_args_t::set_fast_prov_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_fast_prov_info
btc_ble_mesh_prov_args_t::set_fast_prov_info field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:273
struct
ble_mesh_set_fast_prov_info_args
{
uint16_t
unicast_min
;
uint16_t
unicast_max
;
uint16_t
net_idx
;
uint8_t
flags
;
uint32_t
iv_index
;
uint8_t
offset
;
uint8_t
match_len
;
uint8_t
match_val
[
16
]
;
}
set_fast_prov_info
;
Examples
References
from
examples
Code
Location
Referrer
}
set_fast_prov_info
;
btc_ble_mesh_prov.h:282
bt_mesh_set_fast_prov_unicast_addr_range
(
arg
->
set_fast_prov_info
.
unicast_min
,
btc_ble_mesh_prov.c:2706
btc_ble_mesh_prov_call_handler()
arg
->
set_fast_prov_info
.
unicast_max
)
;
btc_ble_mesh_prov.c:2707
btc_ble_mesh_prov_call_handler()
bt_mesh_set_fast_prov_net_idx
(
arg
->
set_fast_prov_info
.
net_idx
)
;
btc_ble_mesh_prov.c:2709
btc_ble_mesh_prov_call_handler()
bt_mesh_provisioner_set_dev_uuid_match
(
arg
->
set_fast_prov_info
.
offset
,
btc_ble_mesh_prov.c:2711
btc_ble_mesh_prov_call_handler()
arg
->
set_fast_prov_info
.
match_len
,
btc_ble_mesh_prov.c:2712
btc_ble_mesh_prov_call_handler()
arg
->
set_fast_prov_info
.
match_val
,
false
)
;
btc_ble_mesh_prov.c:2713
btc_ble_mesh_prov_call_handler()
arg
.
set_fast_prov_info
.
unicast_min
=
fast_prov_info
->
unicast_min
;
esp_ble_mesh_provisioning_api.c:495
esp_ble_mesh_set_fast_prov_info()
arg
.
set_fast_prov_info
.
unicast_max
=
fast_prov_info
->
unicast_max
;
esp_ble_mesh_provisioning_api.c:496
esp_ble_mesh_set_fast_prov_info()
arg
.
set_fast_prov_info
.
net_idx
=
fast_prov_info
->
net_idx
;
esp_ble_mesh_provisioning_api.c:497
esp_ble_mesh_set_fast_prov_info()
arg
.
set_fast_prov_info
.
flags
=
fast_prov_info
->
flags
;
esp_ble_mesh_provisioning_api.c:498
esp_ble_mesh_set_fast_prov_info()
arg
.
set_fast_prov_info
.
iv_index
=
fast_prov_info
->
iv_index
;
esp_ble_mesh_provisioning_api.c:499
esp_ble_mesh_set_fast_prov_info()
arg
.
set_fast_prov_info
.
offset
=
fast_prov_info
->
offset
;
esp_ble_mesh_provisioning_api.c:500
esp_ble_mesh_set_fast_prov_info()
arg
.
set_fast_prov_info
.
match_len
=
fast_prov_info
->
match_len
;
esp_ble_mesh_provisioning_api.c:501
esp_ble_mesh_set_fast_prov_info()
memcpy
(
arg
.
set_fast_prov_info
.
match_val
,
fast_prov_info
->
match_val
,
fast_prov_info
->
match_len
)
;
esp_ble_mesh_provisioning_api.c:503
esp_ble_mesh_set_fast_prov_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::set_fast_prov_info
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::set_fast_prov_info
esp_ble_mesh_set_fast_prov_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