?? hfp_ring.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -