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

📄 hfp_headset_voice.h

📁 CSR蓝牙芯片 无线蓝牙耳机的语音网关程序 蓝牙耳机程序已经上传
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004

FILE NAME
    hfp_headset_voice.h
    
DESCRIPTION
    
*/

#ifndef _HFP_HEADSET_VOICE_H_
#define _HFP_HEADSET_VOICE_H_


/****************************************************************************
NAME    
    hfpHeadsetHandleVoiceRecognitionInd
    
DESCRIPTION
    Handle indication of the change in the state of the AG's voice recognition.

RETURNS
    void
*/
void hfpHeadsetHandleVoiceRecognitionInd(headsetTaskData *app, const HFP_VOICE_RECOGNITION_IND_T *ind);


/****************************************************************************
NAME    
    hfpHeadsetVoiceRecognitionEnable
    
DESCRIPTION
    Enable/ disable voice recognition at the AG.

RETURNS
    void
*/
void hfpHeadsetVoiceRecognitionEnable(headsetTaskData *app, uint16 enable);


/****************************************************************************
NAME    
    hfpHeadsetHandleVoiceRecognitionCfm
    
DESCRIPTION
    Received a cfm in response to a request from the headset that the AG 
    enable /disable its voice recognition engine.

RETURNS
    void
*/
void hfpHeadsetHandleVoiceRecognitionCfm(headsetTaskData *app, const HFP_VOICE_RECOGNITION_ENABLE_CFM_T *cfm);


#endif /* _HFP_HEADSET_VOICE_H_ */

⌨️ 快捷键说明

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