FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Defines the structure used to hold the wifi provisioning response. More...
#include <iot_ble_wifi_provisioning.h>
Data Fields | |
IotBleWiFiProvRequest_t | requestType |
WIFIReturnCode_t | status |
IotBleWifiProvNetworkInfo_t | networkInfo |
bool | statusOnly: 1 |
Defines the structure used to hold the wifi provisioning response.
WIFIReturnCode_t IotBleWifiProvResponse_t::status |
Request type for which this response is sent. The status of the response.
IotBleWifiProvNetworkInfo_t IotBleWifiProvResponse_t::networkInfo |
Network info sent as part of response for list request.
bool IotBleWifiProvResponse_t::statusOnly |
A flag to signify if its a status only response.