📄 headset_init.h
字号:
/****************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -