ESP-IDF
btc_ble_mesh_prov_args_t::set_dev_uuid_match
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_dev_uuid_match
btc_ble_mesh_prov_args_t::set_dev_uuid_match field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:172
struct
ble_mesh_provisioner_set_dev_uuid_match_args
{
uint8_t
offset
;
uint8_t
match_len
;
uint8_t
match_val
[
16
]
;
bool
prov_after_match
;
}
set_dev_uuid_match
;
Examples
References
from
examples
Code
Location
Referrer
}
set_dev_uuid_match
;
btc_ble_mesh_prov.h:177
bt_mesh_provisioner_set_dev_uuid_match
(
arg
->
set_dev_uuid_match
.
offset
,
btc_ble_mesh_prov.c:2477
btc_ble_mesh_prov_call_handler()
arg
->
set_dev_uuid_match
.
match_len
,
btc_ble_mesh_prov.c:2478
btc_ble_mesh_prov_call_handler()
arg
->
set_dev_uuid_match
.
match_val
,
btc_ble_mesh_prov.c:2479
btc_ble_mesh_prov_call_handler()
arg
->
set_dev_uuid_match
.
prov_after_match
)
;
btc_ble_mesh_prov.c:2480
btc_ble_mesh_prov_call_handler()
memcpy
(
arg
.
set_dev_uuid_match
.
match_val
,
match_val
,
match_len
)
;
esp_ble_mesh_provisioning_api.c:393
esp_ble_mesh_provisioner_set_dev_uuid_match()
arg
.
set_dev_uuid_match
.
match_len
=
match_len
;
esp_ble_mesh_provisioning_api.c:395
esp_ble_mesh_provisioner_set_dev_uuid_match()
arg
.
set_dev_uuid_match
.
offset
=
offset
;
esp_ble_mesh_provisioning_api.c:396
esp_ble_mesh_provisioner_set_dev_uuid_match()
arg
.
set_dev_uuid_match
.
prov_after_match
=
prov_after_match
;
esp_ble_mesh_provisioning_api.c:397
esp_ble_mesh_provisioner_set_dev_uuid_match()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::set_dev_uuid_match
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::set_dev_uuid_match
esp_ble_mesh_provisioner_set_dev_uuid_match()
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