ble_mesh_provisioner_send_link_close_evt_param struct
ESP_BLE_MESH_PROVISIONER_SEND_LINK_CLOSE_EVT
Syntax
struct ble_mesh_provisioner_send_link_close_evt_param
{
uint16_t link_idx;
int err_code;
};
Fields
Index of the provisioning link.
Indicate the result of send Link Close message.