headset_init.h

来自「BLUETOOTH Stereo Headset Source Code,含CV」· C头文件 代码 · 共 67 行

H
67
字号
/****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?