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

📄 a2dp_sd_interface.h

📁 CSR蓝牙MP3播放USB DONGLE源码
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release

FILE NAME
    a2dp_sd_interface.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_INTERFACE_H
#define A2DP_SD_INTERFACE_H


/****************************************************************************
NAME    
    initInterfaceTimeCritical
    
DESCRIPTION
    Time critical Interface initialisation.

RETURNS
    void
*/
void initInterfaceTimeCritical(void);


/****************************************************************************
NAME    
    a2dpSdInitInterface
    
DESCRIPTION
    Initialise Interface support in the app.

RETURNS
    void
*/
void a2dpSdInitInterface(a2dpSourceDongleTaskData *theApp);


/****************************************************************************
NAME    
    a2dpSdHandleInterfaceEvent
    
DESCRIPTION
    Process a more data message for the Interface source.

RETURNS
    void
*/
void a2dpSdHandleInterfaceEvent(const a2dpSourceDongleTaskData *theApp);


/****************************************************************************
NAME    
    a2dpSdHandleButtons
    
DESCRIPTION
    Processes a received button press from the remote end

RETURNS
    void
*/
void a2dpSdHandleButtons(avc_operation_id opid, bool state);


/****************************************************************************
NAME    
	a2dpSdConnectInterfaceToKalimba
    
DESCRIPTION
	Connect Interface Source into Kalimba Sink

RETURNS
    void
*/
void a2dpSdConnectInterfaceToKalimba(void);

/****************************************************************************
NAME    
	a2dpSdHandleCodecSettingsInd
    
DESCRIPTION
	Handle codec settings indication passed up from the a2dp lib

RETURNS
    void
*/
void a2dpSdHandleCodecSettingsInd(const a2dpSourceDongleTaskData *theApp, uint32 rate);

#endif /* A2DP_SD_INTERFACE_H */

⌨️ 快捷键说明

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