Home
last modified time | relevance | path

Searched refs:match_val (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c372 esp_err_t esp_ble_mesh_provisioner_set_dev_uuid_match(const uint8_t *match_val, uint8_t match_len, in esp_ble_mesh_provisioner_set_dev_uuid_match() argument
388 if (match_len && match_val) { in esp_ble_mesh_provisioner_set_dev_uuid_match()
389 memcpy(arg.set_dev_uuid_match.match_val, match_val, match_len); in esp_ble_mesh_provisioner_set_dev_uuid_match()
497 … memcpy(arg.set_fast_prov_info.match_val, fast_prov_info->match_val, fast_prov_info->match_len); in esp_ble_mesh_set_fast_prov_info()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_provisioning_api.h312 esp_err_t esp_ble_mesh_provisioner_set_dev_uuid_match(const uint8_t *match_val, uint8_t match_len,
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h168 uint8_t match_val[16]; member
259 uint8_t match_val[16]; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h773 uint8_t match_val[16]; /*!< Value of UUID to be compared */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1989 arg->set_dev_uuid_match.match_val, in btc_ble_mesh_prov_call_handler()
2187 arg->set_fast_prov_info.match_val, false); in btc_ble_mesh_prov_call_handler()