FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Sent by the GATT client to provision a new WiFi network. More...
#include <iot_ble_wifi_provisioning.h>
Data Fields | |
WIFINetworkProfile_t | network |
int16_t | savedIdx |
bool | connect |
Sent by the GATT client to provision a new WiFi network.
WIFINetworkProfile_t IotBleAddNetworkRequest_t::network |
The configuration for the new WIFI network.
int16_t IotBleAddNetworkRequest_t::savedIdx |
Index if its an already saved WIFI network in the flash.
bool IotBleAddNetworkRequest_t::connect |
A flag to indicate whether to connect or not.