Cordio Stack and Cordio Profiles  r2p3-02rel0

Functions

void SvcAlertAddGroup (void)
 Add the services to the attribute server. More...
 
void SvcAlertRemoveGroup (void)
 Remove the services from the attribute server. More...
 

Alert Handles

enum  {
  ALERT_ANS_SVC_HDL = ALERT_START_HDL,
  ALERT_ANS_SNA_CH_HDL,
  ALERT_ANS_SNA_HDL,
  ALERT_ANS_NEW_CH_HDL,
  ALERT_ANS_NEW_HDL,
  ALERT_ANS_NEW_CH_CCC_HDL,
  ALERT_ANS_UNR_CH_HDL,
  ALERT_ANS_UNR_HDL,
  ALERT_ANS_UAS_CH_HDL,
  ALERT_ANS_UAS_HDL,
  ALERT_ANS_UAS_CH_CCC_HDL,
  ALERT_ANS_CP_CH_HDL,
  ALERT_ANS_CP_HDL,
  ALERT_PASS_SVC_HDL,
  ALERT_PASS_AS_CH_HDL,
  ALERT_PASS_AS_HDL,
  ALERT_PASS_AS_CCC_HDL,
  ALERT_PASS_RS_CH_HDL,
  ALERT_PASS_RS_HDL,
  ALERT_PASS_RS_CCC_HDL,
  ALERT_PASS_RCP_CH_HDL,
  ALERT_PASS_RCP_HDL,
  ALERT_NWS_SVC_HDL,
  ALERT_NWS_NWA_CH_HDL,
  ALERT_NWS_NWA_HDL,
  ALERT_NWS_NWA_CH_CCC_HDL,
  ALERT_MAX_HDL
}
 Alert-Related Service Handles. More...
 
#define ALERT_START_HDL   0xA0
 Start handle.
 
#define ALERT_END_HDL   (ALERT_MAX_HDL - 1)
 End handle.
 

Description

Enumeration Type Documentation

anonymous enum

Alert-Related Service Handles.

Enumerator
ALERT_ANS_SVC_HDL 

Alert notification service declaration.

ALERT_ANS_SNA_CH_HDL 

Supported new alert category characteristic.

ALERT_ANS_SNA_HDL 

Supported new alert category.

ALERT_ANS_NEW_CH_HDL 

New alert characteristic.

ALERT_ANS_NEW_HDL 

New alert.

ALERT_ANS_NEW_CH_CCC_HDL 

New alert client characteristic configuration.

ALERT_ANS_UNR_CH_HDL 

Supported unread alert category characteristic.

ALERT_ANS_UNR_HDL 

Supported unread alert category.

ALERT_ANS_UAS_CH_HDL 

Unread alert status characteristic.

ALERT_ANS_UAS_HDL 

Unread alert status.

ALERT_ANS_UAS_CH_CCC_HDL 

Unread alert status client characteristic configuration.

ALERT_ANS_CP_CH_HDL 

Alert notification control point characteristic.

ALERT_ANS_CP_HDL 

Alert notification control point.

ALERT_PASS_SVC_HDL 

Phone alert status service declaration.

ALERT_PASS_AS_CH_HDL 

Alert status characteristic.

ALERT_PASS_AS_HDL 

Alert status.

ALERT_PASS_AS_CCC_HDL 

Alert status client characteristic configuration.

ALERT_PASS_RS_CH_HDL 

Ringer setting characteristic.

ALERT_PASS_RS_HDL 

Ringer setting.

ALERT_PASS_RS_CCC_HDL 

Ringer settting client characteristic configuration.

ALERT_PASS_RCP_CH_HDL 

Ringer control point characteristic.

ALERT_PASS_RCP_HDL 

Ringer control point.

ALERT_NWS_SVC_HDL 

Network availability service declaration.

ALERT_NWS_NWA_CH_HDL 

Network availability characteristic.

ALERT_NWS_NWA_HDL 

Network availability.

ALERT_NWS_NWA_CH_CCC_HDL 

Network availability client characteristic configuration.

ALERT_MAX_HDL 

Maximum handle.

Definition at line 46 of file svc_alert.h.

47 {
48  ALERT_ANS_SVC_HDL = ALERT_START_HDL, /*!< \brief Alert notification service declaration */
49  ALERT_ANS_SNA_CH_HDL, /*!< \brief Supported new alert category characteristic */
50  ALERT_ANS_SNA_HDL, /*!< \brief Supported new alert category */
51  ALERT_ANS_NEW_CH_HDL, /*!< \brief New alert characteristic */
52  ALERT_ANS_NEW_HDL, /*!< \brief New alert */
53  ALERT_ANS_NEW_CH_CCC_HDL, /*!< \brief New alert client characteristic configuration */
54  ALERT_ANS_UNR_CH_HDL, /*!< \brief Supported unread alert category characteristic */
55  ALERT_ANS_UNR_HDL, /*!< \brief Supported unread alert category */
56  ALERT_ANS_UAS_CH_HDL, /*!< \brief Unread alert status characteristic */
57  ALERT_ANS_UAS_HDL, /*!< \brief Unread alert status */
58  ALERT_ANS_UAS_CH_CCC_HDL, /*!< \brief Unread alert status client characteristic configuration */
59  ALERT_ANS_CP_CH_HDL, /*!< \brief Alert notification control point characteristic */
60  ALERT_ANS_CP_HDL, /*!< \brief Alert notification control point */
61 
62  ALERT_PASS_SVC_HDL, /*!< \brief Phone alert status service declaration */
63  ALERT_PASS_AS_CH_HDL, /*!< \brief Alert status characteristic */
64  ALERT_PASS_AS_HDL, /*!< \brief Alert status */
65  ALERT_PASS_AS_CCC_HDL, /*!< \brief Alert status client characteristic configuration */
66  ALERT_PASS_RS_CH_HDL, /*!< \brief Ringer setting characteristic */
67  ALERT_PASS_RS_HDL, /*!< \brief Ringer setting */
68  ALERT_PASS_RS_CCC_HDL, /*!< \brief Ringer settting client characteristic configuration */
69  ALERT_PASS_RCP_CH_HDL, /*!< \brief Ringer control point characteristic */
70  ALERT_PASS_RCP_HDL, /*!< \brief Ringer control point */
71 
72  ALERT_NWS_SVC_HDL, /*!< \brief Network availability service declaration */
73  ALERT_NWS_NWA_CH_HDL, /*!< \brief Network availability characteristic */
74  ALERT_NWS_NWA_HDL, /*!< \brief Network availability */
75  ALERT_NWS_NWA_CH_CCC_HDL, /*!< \brief Network availability client characteristic configuration */
76  ALERT_MAX_HDL /*!< \brief Maximum handle. */
77 };
Network availability characteristic.
Definition: svc_alert.h:73
Ringer setting characteristic.
Definition: svc_alert.h:66
Ringer setting.
Definition: svc_alert.h:67
Network availability.
Definition: svc_alert.h:74
Alert status client characteristic configuration.
Definition: svc_alert.h:65
New alert client characteristic configuration.
Definition: svc_alert.h:53
Supported new alert category characteristic.
Definition: svc_alert.h:49
Phone alert status service declaration.
Definition: svc_alert.h:62
Network availability service declaration.
Definition: svc_alert.h:72
New alert.
Definition: svc_alert.h:52
New alert characteristic.
Definition: svc_alert.h:51
Supported unread alert category.
Definition: svc_alert.h:55
Supported unread alert category characteristic.
Definition: svc_alert.h:54
Ringer control point.
Definition: svc_alert.h:70
Unread alert status client characteristic configuration.
Definition: svc_alert.h:58
Network availability client characteristic configuration.
Definition: svc_alert.h:75
Alert notification service declaration.
Definition: svc_alert.h:48
Alert status.
Definition: svc_alert.h:64
Alert notification control point.
Definition: svc_alert.h:60
Supported new alert category.
Definition: svc_alert.h:50
Unread alert status characteristic.
Definition: svc_alert.h:56
Alert notification control point characteristic.
Definition: svc_alert.h:59
#define ALERT_START_HDL
Start handle.
Definition: svc_alert.h:38
Ringer settting client characteristic configuration.
Definition: svc_alert.h:68
Ringer control point characteristic.
Definition: svc_alert.h:69
Maximum handle.
Definition: svc_alert.h:76
Unread alert status.
Definition: svc_alert.h:57
Alert status characteristic.
Definition: svc_alert.h:63

Function Documentation

void SvcAlertAddGroup ( void  )

Add the services to the attribute server.

Returns
None.
void SvcAlertRemoveGroup ( void  )

Remove the services from the attribute server.

Returns
None.