save Auth Key
Encrypts the authentication key and saves it to Shared Preferences
Calls BleListener.onSaveAuthKeySuccess
upon successful completion.
Error Handling: The function returns a BleError
in the following scenarios:
BleError.SaveAuthKeyFailed
: TheauthKey
is not empty.BleError.SaveAuthKeyFailed
: TheauthKey
failed to encrypt.