📄 hfp_headset_indicators.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
hfp_headset_indicators.h
DESCRIPTION
*/
#ifndef _HFP_HEADSET_INDICATORS_H_
#define _HFP_HEADSET_INDICATORS_H_
#include <hfp.h>
/****************************************************************************
NAME
hfpHeadsetHandleInBandRingInd
DESCRIPTION
In band ring indicator telling us whether the AG will use an in band
ring or not.
RETURNS
void
*/
void hfpHeadsetHandleInBandRingInd(headsetTaskData *app, const HFP_IN_BAND_RING_IND_T *ind);
/****************************************************************************
NAME
hfpHeadsetHandleServiceIndicator
DESCRIPTION
HFP service indicator update.
RETURNS
void
*/
void hfpHeadsetHandleServiceIndicator(headsetTaskData *app, const HFP_SERVICE_IND_T *ind);
/****************************************************************************
NAME
hfpHeadsetHandleCallIndicator
DESCRIPTION
HFP call indicator update.
RETURNS
void
*/
void hfpHeadsetHandleCallIndicator(headsetTaskData *app, const HFP_CALL_IND_T *ind);
/****************************************************************************
NAME
hfpHeadsetHandleCallSetupIndicator
DESCRIPTION
HFP call setup indicator update.
RETURNS
void
*/
void hfpHeadsetHandleCallSetupIndicator(headsetTaskData *app, const HFP_CALL_SETUP_IND_T *ind);
#endif /* _HFP_HEADSET_INDICATORS_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -