?? headset_init.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2007
FILE NAME
headset_init.h
DESCRIPTION
*/
#ifndef _HEADSET_INIT_H_
#define _HEADSET_INIT_H_
#include "headset_private.h"
/****************************************************************************
FUNCTIONS
*/
/*************************************************************************
NAME
InitHeadsetData
DESCRIPTION
This function initialises the data contained in the hsTaskData structure.
*/
void InitHeadsetData ( hsTaskData *pApp );
/*************************************************************************
NAME
InitUserFeatures
DESCRIPTION
This function initialises all of the user features - this will result in a
power on message if a user event is configured correctly and the headset will
complete the power on.
*/
void InitUserFeatures ( hsTaskData *pApp );
/*************************************************************************
NAME
InitCodec
DESCRIPTION
This function initialises the codec library.
*/
void InitCodec(void);
/*************************************************************************
NAME
InitConnection
DESCRIPTION
This function initialises the connection library.
*/
void InitConnection(void);
/*************************************************************************
NAME
InitHfp
DESCRIPTION
This function initialises the HFP library.
*/
void InitHfp(hsTaskData *pApp);
/*************************************************************************
NAME
InitA2dp
DESCRIPTION
This function initialises the A2DP library.
*/
void InitA2dp(void);
/*************************************************************************
NAME
InitAvrcp
DESCRIPTION
This function initialises the AVRCP library.
*/
void InitAvrcp(void);
#endif /* _HEADSET_INIT_H_ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -