?? headset_init.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release
FILE NAME
headset_init.h
DESCRIPTION
*/
#ifndef _HEADSET_INIT_H_
#define _HEADSET_INIT_H_
/****************************************************************************
NAME
hfpHeadsetHfpInit
DESCRIPTION
Initialise an instance of the hands free profile.
*/
void hfpHeadsetHfpInit(void);
/****************************************************************************
NAME
hfpHeadsetInitComplete
DESCRIPTION
Headset initialisation has completed.
*/
void hfpHeadsetInitComplete(headsetTaskData *app, const HFP_INIT_CFM_T *cfm);
/*************************************************************************
NAME
avHeadsetHandleA2dpInitCfm
DESCRIPTION
This function is called on receipt of an A2DP_INIT_CFM message
*/
void avHeadsetHandleA2dpInitCfm(headsetTaskData* app, const A2DP_INIT_CFM_T* cfm);
/*************************************************************************
NAME
avHeadsetHandleAvrcpInitCfm
DESCRIPTION
This function is called on receipt of an AVRCP_INIT_CFM message
*/
void avHeadsetHandleAvrcpInitCfm(headsetTaskData* app, const AVRCP_INIT_CFM_T* cfm);
/*************************************************************************
NAME
headsetInitReset
DESCRIPTION
Reset the headset state on initialisation.
*/
void headsetInitReset(headsetTaskData *app);
#endif /* _HEADSET_INIT_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -