ESP-IDF
esp_ble_mesh_fast_prov_info_t::match_len
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
esp_ble_mesh_fast_prov_info_t::match_len
esp_ble_mesh_fast_prov_info_t::match_len field
Length of the UUID to be compared
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_defs.h:875
uint8_t
match_len
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
match_len
;
/*!< Length of the UUID to be compared */
esp_ble_mesh_defs.h:875
.
match_len
=
match_len
,
ble_mesh_fast_prov_server_model.c:293
example_fast_prov_server_recv_msg()
fast_prov_info
->
match_len
>
ESP_BLE_MESH_OCTET16_LEN
)
)
{
esp_ble_mesh_provisioning_api.c:485
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()
if
(
fast_prov_info
->
match_len
)
{
esp_ble_mesh_provisioning_api.c:502
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
esp_ble_mesh_fast_prov_info_t::match_len
is read by 1 function:
All items filtered out
esp_ble_mesh_fast_prov_info_t::match_len
esp_ble_mesh_set_fast_prov_info()
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