headset_init.h

来自「此软件为BlueLab 3.6.2 平台所自带的蓝牙耳机源码」· C头文件 代码 · 共 44 行

H
44
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
Part of BlueLab 3.6.2-release

FILE NAME
    headset_init.h
    
DESCRIPTION
    
*/

#ifndef _HEADSET_INIT_H_
#define _HEADSET_INIT_H_


/****************************************************************************
NAME    
    headsetHfpInit
    
DESCRIPTION
    Initialise the HFP library
	
RETURNS
    void
*/
void headsetHfpInit( hsTaskData * pApp );


/****************************************************************************
NAME    
    headsetInitComplete
    
DESCRIPTION
    Headset initialisation has completed. 

RETURNS
    void
*/
void headsetInitComplete(hsTaskData *app, const HFP_INIT_CFM_T *cfm);



#endif /* _HEADSET_INIT_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?