Configures an authentication group.
#include "BS_API.h" int BS2_SetAuthGroup(void* context, uint32_t deviceId, BS2AuthGroup* authGroups, uint32_t authGroupCount);
context : ContextdeviceId : Device IDauthGroups : List of authentication groups to storeauthGroupCount : Number of authentication groups to store
If successfully done, BS_SDK_SUCCESS will be returned.
If there is an error, the corresponding error code will be returned.