GNSS_NI_NOTIFICATION_TYPE enumeration (gnssdriver.h)

GNSS_NI_NOTIFICATION_TYPE enumerates network-initialized (NI) notification types.

Syntax

typedef enum {
  GNSS_NI_NoNotifyNoVerify,
  GNSS_NI_NotifyOnly,
  GNSS_NI_NotifyVerifyDefaultAllow,
  GNSS_NI_NotifyVerifyDefaultNotAllow,
  GNSS_NI_PrivacyOverride
} GNSS_NI_NOTIFICATION_TYPE;

Constants

 
GNSS_NI_NoNotifyNoVerify
No notification and no verification.
GNSS_NI_NotifyOnly
Notification only.
GNSS_NI_NotifyVerifyDefaultAllow
Notification and verification allowed on no answer.
GNSS_NI_NotifyVerifyDefaultNotAllow
Notification and verification denied on no answer.
GNSS_NI_PrivacyOverride
Privacy override.

This is used for preventing notification and verification without leaving any traces of a performed position fix or position fix attempt.

Requirements

Requirement Value
Header gnssdriver.h