Home
last modified time | relevance | path

Searched refs:set_dev_uuid_match (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c389 memcpy(arg.set_dev_uuid_match.match_val, match_val, match_len); in esp_ble_mesh_provisioner_set_dev_uuid_match()
391 arg.set_dev_uuid_match.match_len = match_len; in esp_ble_mesh_provisioner_set_dev_uuid_match()
392 arg.set_dev_uuid_match.offset = offset; in esp_ble_mesh_provisioner_set_dev_uuid_match()
393 arg.set_dev_uuid_match.prov_after_match = prov_after_match; in esp_ble_mesh_provisioner_set_dev_uuid_match()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h170 } set_dev_uuid_match; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1987 bt_mesh_provisioner_set_dev_uuid_match(arg->set_dev_uuid_match.offset, in btc_ble_mesh_prov_call_handler()
1988 arg->set_dev_uuid_match.match_len, in btc_ble_mesh_prov_call_handler()
1989 arg->set_dev_uuid_match.match_val, in btc_ble_mesh_prov_call_handler()
1990 arg->set_dev_uuid_match.prov_after_match); in btc_ble_mesh_prov_call_handler()