?? hfp_slc.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release
FILE NAME
hfp_slc.h
DESCRIPTION
*/
#ifndef _HFP_SLC_H_
#define _HFP_SLC_H_
/****************************************************************************
NAME
hfpHeadsetHandleSlcConnectInd
DESCRIPTION
Handle a request to establish an SLC from the AG.
RETURNS
void
*/
void hfpHeadsetHandleSlcConnectInd(headsetTaskData *app, const HFP_SLC_CONNECT_IND_T *ind);
/****************************************************************************
NAME
hfpHeadsetHandleSlcConnectCfm
DESCRIPTION
Confirmation that the SLC has been established (or not).
RETURNS
void
*/
void hfpHeadsetHandleSlcConnectCfm(headsetTaskData *app, const HFP_SLC_CONNECT_CFM_T *cfm);
/****************************************************************************
NAME
hfpHeadsetHandleSlcConnectRequest
DESCRIPTION
Request to create a connection to a remote AG.
RETURNS
void
*/
void hfpHeadsetHandleSlcConnectRequest(headsetTaskData *app, hfp_profile profile);
/****************************************************************************
NAME
hfpHeadsetDisconnectSlc
DESCRIPTION
Disconnect the SLC associated with this profile instance.
RETURNS
void
*/
void hfpHeadsetDisconnectSlc(const headsetTaskData *app);
/****************************************************************************
NAME
hfpHeadsetHandleSlcDisconnectInd
DESCRIPTION
Indication that the SLC has been released.
RETURNS
void
*/
void hfpHeadsetHandleSlcDisconnectInd(headsetTaskData *app, const HFP_SLC_DISCONNECT_IND_T *ind);
#endif /* _HFP_SLC_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -