Searched refs:fast_prov_info (Results 1 – 2 of 2) sorted by relevance
473 esp_err_t esp_ble_mesh_set_fast_prov_info(esp_ble_mesh_fast_prov_info_t *fast_prov_info) in esp_ble_mesh_set_fast_prov_info() argument478 if (fast_prov_info == NULL || (fast_prov_info->offset + in esp_ble_mesh_set_fast_prov_info()479 fast_prov_info->match_len > ESP_BLE_MESH_OCTET16_LEN)) { in esp_ble_mesh_set_fast_prov_info()489 arg.set_fast_prov_info.unicast_min = fast_prov_info->unicast_min; in esp_ble_mesh_set_fast_prov_info()490 arg.set_fast_prov_info.unicast_max = fast_prov_info->unicast_max; in esp_ble_mesh_set_fast_prov_info()491 arg.set_fast_prov_info.net_idx = fast_prov_info->net_idx; in esp_ble_mesh_set_fast_prov_info()492 arg.set_fast_prov_info.flags = fast_prov_info->flags; in esp_ble_mesh_set_fast_prov_info()493 arg.set_fast_prov_info.iv_index = fast_prov_info->iv_index; in esp_ble_mesh_set_fast_prov_info()494 arg.set_fast_prov_info.offset = fast_prov_info->offset; in esp_ble_mesh_set_fast_prov_info()495 arg.set_fast_prov_info.match_len = fast_prov_info->match_len; in esp_ble_mesh_set_fast_prov_info()[all …]
378 esp_err_t esp_ble_mesh_set_fast_prov_info(esp_ble_mesh_fast_prov_info_t *fast_prov_info);