📄 td_aud_peripheral_ind_state.h
字号:
#ifndef TD_AUD_PERIPHERAL_IND_STATE_INCLUDE /* To prevent inadvertently including a header twice */#define TD_AUD_PERIPHERAL_IND_STATE_INCLUDE#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1997, All rights reserved. Motorola Confidential Proprietary Contains confidential proprietary information of Motorola, Inc. Reverse engineering is prohibited. The copyright notice does not imply publication. DESCRIPTION: Type definitions used by the AUD_Peripheral_Change_Ind ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 97-12-31 gswanson PR - CSGce12607 Add DAI support to AM - Add new peripheral types : TD_AUD_PERIPHERAL_TYPE_DAI, TD_AUD_PERIPHERAL_TYPE_EXT_HANDSET, TD_AUD_PERIPHERAL_TYPE_PORTABLE_HANDSET, and TD_AUD_PERIPHERAL_TYPE_DATA_DEVICE 97-07-07 gswanson PR - CSGce06712 Rae DHFA, ignore the cradle state when an external handset is connected - created the file and all that is in it. *//************** HEADER FILE INCLUDES ******************************************/ /************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/enum{ TD_AUD_PERIPHERAL_TYPE_ANALOG_DHFA, /* Pre-GSM analog handsfree adaptor */ TD_AUD_PERIPHERAL_TYPE_ANALOG_MAC_DHFA,/* Direct coupled car kit - no bic */ TD_AUD_PERIPHERAL_TYPE_RAT, /* Digital handsfree car kit - with bic */ TD_AUD_PERIPHERAL_TYPE_RAE_DHFA, /* has bic and digital audio */ TD_AUD_PERIPHERAL_TYPE_BOOM_HEADSET,/* earpiece and mic only (hearing aid adptr)*/ TD_AUD_PERIPHERAL_TYPE_CLA, /* just external power */ TD_AUD_PERIPHERAL_TYPE_RS232, /* an rs232 device */ TD_AUD_PERIPHERAL_TYPE_INVALID_TYPE,/* a generic invalid type */ TD_AUD_PERIPHERAL_TYPE_EXT_HANDSET, /* external digital handsets (e.g. lego hs) */ TD_AUD_PERIPHERAL_TYPE_PORTABLE_HANDSET, /* the portable phone itself */ TD_AUD_PERIPHERAL_TYPE_DAI, /* a Digital Audio Interface Box for testing audio quality*/ TD_AUD_PERIPHERAL_TYPE_DATA_DEVICE /* data and fax devices */};typedef UINT8 TD_AUD_PERIPHERAL_TYPE ;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -