Configure the user-deletable attribute of a Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_set_profile_user_deletable(wifi_aggregator_t *aggregator, bool user_deletable)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
The new attribute value.
This function configures the user-deletable attribute to indicate if the profile can be deleted and the application deregistered.
The default value is true.
If the existing aggregator profile corresponds to the currently connected network, WIFI_ERROR_AGGREGATOR_PROFILE_BUSY is returned and the profile is not changed.
A return code from wifi_result_t.