hfp_ring.h

来自「BLUETOOTH Stereo Headset Source Code,含CV」· C头文件 代码 · 共 38 行

H
38
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release

FILE NAME
    hfp_ring.h
    
DESCRIPTION
    
*/

#ifndef _HFP_RING_H_
#define _HFP_RING_H_


/****************************************************************************
NAME    
    hfpHeadsetHandleRingInd
    
DESCRIPTION
    Received a RING indication from the AG.
*/
void hfpHeadsetHandleRingInd(headsetTaskData *app, const HFP_RING_IND_T *ind);


/****************************************************************************
NAME    
    hfpHeadsetHandleInBandRingInd
    
DESCRIPTION
    In band ring indicator telling us whether the AG will use an in band 
    ring or not.
*/
void hfpHeadsetHandleInBandRingInd(headsetTaskData *app, const HFP_IN_BAND_RING_IND_T *ind);


#endif /* _HFP_RING_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?