Home
last modified time | relevance | path

Searched refs:provisioner_prov_output (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c743 mesh_param.provisioner_prov_output.method = (esp_ble_mesh_oob_method_t)method; in btc_ble_mesh_provisioner_prov_output_cb()
744 mesh_param.provisioner_prov_output.action = (esp_ble_mesh_input_action_t)act; in btc_ble_mesh_provisioner_prov_output_cb()
745 mesh_param.provisioner_prov_output.size = size; in btc_ble_mesh_provisioner_prov_output_cb()
746 mesh_param.provisioner_prov_output.link_idx = link_idx; in btc_ble_mesh_provisioner_prov_output_cb()
748 strncpy(mesh_param.provisioner_prov_output.string, (char *)data, size); in btc_ble_mesh_provisioner_prov_output_cb()
750 mesh_param.provisioner_prov_output.number = sys_get_le32((uint8_t *)data); in btc_ble_mesh_provisioner_prov_output_cb()
1762 …arg->mesh_init.prov->provisioner_prov_output = (esp_ble_mesh_cb_t)btc_ble_mesh_provisioner_prov_ou… in btc_ble_mesh_prov_call_handler()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h652 esp_ble_mesh_cb_t provisioner_prov_output; member
1075 …} provisioner_prov_output; /*!< Event parameter of ESP_BLE_MESH_PROVISIONER_PROV_… member