⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 headset_init.h

📁 针对bluelab3.42的handsfree车载蓝牙的参考
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.4.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 + -