📄 hfp_headset_ring.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
hfp_headset_ring.h
DESCRIPTION
*/
#ifndef _HFP_HEADSET_RING_H_
#define _HFP_HEADSET_RING_H_
/****************************************************************************
NAME
hfpHeadsetHandleRingInd
DESCRIPTION
Received a RING indication from the AG.
RETURNS
void
*/
void hfpHeadsetHandleRingInd(headsetTaskData *app, const HFP_RING_IND_T *ind);
/****************************************************************************
NAME
hfpHeadsetPlayRingTone
DESCRIPTION
Play a ringtone in the headset
RETURNS
void
*/
void hfpHeadsetPlayRingTone(headsetTaskData *app, toneType type_of_tone);
#endif /* _HFP_HEADSET_RING_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -