+ Collaboration diagram for Enumerations:

Enumerations

enum  pass_ringer_ctrl_pt_t { PASS_CTRL_PT_SILENT_MODE = 0x01, PASS_CTRL_PT_MUTE_ONCE, PASS_CTRL_PT_CANCEL_SLIENT_MODE }
 Phone Alert Status Service Ringer Control Point. More...
 
enum  pass_evt_type_t {
  PASS_EVT_INVALID, PASS_EVT_ALERT_STATUS_NTF_ENABLE, PASS_EVT_ALERT_STATUS_NTF_DISABLE, PASS_EVT_RINGER_SET_NTF_ENABLE,
  PASS_EVT_RINGER_SET_NTF_DISABLE, PASS_EVT_SILENT_MODE_SET, PASS_EVT_MUTE_ONCE_SET, PASS_EVT_SILENT_MODE_CANCEL
}
 Phone Alert Status Service event type. More...
 

Detailed Description

Enumeration Type Documentation

◆ pass_evt_type_t

Phone Alert Status Service event type.

Enumerator
PASS_EVT_INVALID 

Invalid PASS event type.

PASS_EVT_ALERT_STATUS_NTF_ENABLE 

Alert Status notification is enabled.

PASS_EVT_ALERT_STATUS_NTF_DISABLE 

Alert Status notification is disabled.

PASS_EVT_RINGER_SET_NTF_ENABLE 

Ringer Setting notification is enabled.

PASS_EVT_RINGER_SET_NTF_DISABLE 

Ringer Setting notification is disabled.

PASS_EVT_SILENT_MODE_SET 

Set silent mode.

PASS_EVT_MUTE_ONCE_SET 

Set mute once.

PASS_EVT_SILENT_MODE_CANCEL 

Cancel silent mode.

Definition at line 118 of file pass.h.

◆ pass_ringer_ctrl_pt_t

Phone Alert Status Service Ringer Control Point.

Enumerator
PASS_CTRL_PT_SILENT_MODE 

Silent Mode.

PASS_CTRL_PT_MUTE_ONCE 

Mute Once.

PASS_CTRL_PT_CANCEL_SLIENT_MODE 

Cancel Silent Mode.

Definition at line 110 of file pass.h.