hfp_headset_ring.h

来自「CSR蓝牙芯片 无线蓝牙耳机的语音网关程序 蓝牙耳机程序已经上传」· C头文件 代码 · 共 40 行

H
40
字号
/****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?