Searched refs:match_val (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_provisioning_api.c | 372 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/ |
D | esp_ble_mesh_provisioning_api.h | 312 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/ |
D | btc_ble_mesh_prov.h | 168 uint8_t match_val[16]; member 259 uint8_t match_val[16]; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 773 uint8_t match_val[16]; /*!< Value of UUID to be compared */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 1989 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()
|