Confidential & Proprietary Information
7.5.3 Set Inputs/Count Notify Flags via Configuration Service
AT+CAPPNSF = < InputsCountNotifyFlags>
7.5.4 Read Inputs/Count Notify Flags via Configuration Service
AT+CAPPNSF?
Response
+ CAPPNSF: < InputsCountNotifyFlags>
Example:
• To receive count modulus and input transition event notification, the valid command to activate notification
AT+CNSF = 40 (32+8).
• To receive all Inputs/Count event notifications, the valid command to activate all notifications AT+CNSF = 2047.
• To receive all Inputs/Count event notifications over configuration service, the valid command to activate all
notifications AT+CAPPNSF = 2047.
• AT+CNSF = 2048 will return ERROR.
• Configuring any reserved notification will return error.
7.6 TRACK EVENTS NOTIFICATION SETTINGS
Supported Track Event notifications code <TrackNotifyFlags>
• TRACK_NOTIFY_FLAGS_UPDATE_TRIGGERED = 1
• TRACK_NOTIFY_FLAGS_RESERVED_1 = 2
• TRACK_NOTIFY_FLAGS_RESERVED_2 = 4
• TRACK_NOTIFY_FLAGS_RESERVED_3 = 8
• TRACK_NOTIFY_FLAGS_LOCATION_ERROR = 16
• TRACK_NOTIFY_FLAGS_IN_GEOFENCE = 32
• TRACK_NOTIFY_FLAGS_OUT_GEOFENCE = 64
• TRACK_NOTIFY_TRACK_STATE_CHANGED = 128
7.6.1 Set Track Events Notify Flags via NUS, UART
AT+TNSF = < TrackNotifyFlags>
7.6.2 Read Track Events Notify Flags via NUS, UART
AT+TNSF?
Response
+ TNSF: < TrackNotifyFlags>
7.6.3 Set Track Events Notify Flags via Configuration Service
AT+TANSF = < TrackNotifyFlags>
7.6.4 Read Track Events Notify Flags via Configuration Service
AT+TANSF?
Response
+ TNSF: < TrackNotifyFlags>
Example:
• To receive Track in geofence and out geofence event notification, the valid command to activate notification
AT+TNSF = 6.
• To receive all Track event notifications, the valid command to activate all notifications AT+TNSF = 96.
• To receive all Track event notifications over configuration service, the valid command to activate all notifications
AT+TANSF = 255.
• AT+TNSF = 256 will return ERROR.
• Configuring any reserved notification will return error.