td_ckm_phone_adaptor_type.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 47 行
H
47 行
#ifndef TD_CKM_PHONE_ADAPTOR_TYPE_INCLUDE#define TD_CKM_PHONE_ADAPTOR_TYPE_INCLUDE/*(c) Copyright Motorola 1990, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.*/ #ifdef __cplusplusextern "C" {#endif/*DESCRIPTION : Contains information on the type of adaptor connected. *//***************************** REVISION HISTORY *******************************DATE AUTHOR Reference Number======== ============ ===============97-04-01 gswanson all_gms_CSGce07212 Add support for the boom hs (hearing aid) and another adaptor present together - removed 'TD_CKM_PHONE_ADAPTOR_TYPE_HEARING_AID = 0x07,' and instead kept track of whether or not a hearing aid is present based on a ckm global.*****************************************************************************/ enum{ TD_CKM_PHONE_ADAPTOR_TYPE_NO_ADAPTOR = 0x00, /* Stand-alone portable */ TD_CKM_PHONE_ADAPTOR_TYPE_ANALOG_DHFA = 0x01, /* Pre-GSM analog handsfree adaptor */ TD_CKM_PHONE_ADAPTOR_TYPE_SAM3_DHFA = 0x02, /* Handsfree for SAM3 and Archie phones */ TD_CKM_PHONE_ADAPTOR_TYPE_CLA = 0x03, /* Cigarette lighter adaptor provides ext. pwr */ TD_CKM_PHONE_ADAPTOR_TYPE_RAT = 0x04, /* Digital handsfree car kit - with bic */ TD_CKM_PHONE_ADAPTOR_TYPE_ANALOG_MAC_DHFA = 0x05, /* Direct coupled car kit - no bic */ TD_CKM_PHONE_ADAPTOR_TYPE_RAE_DHFA = 0x06 /* has bic and digital audio */} ; typedef UINT8 TD_CKM_PHONE_ADAPTOR_TYPE;/*****************************************************************************/ #ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?