a2dp_sd_interface.h

来自「蓝牙a2dp_source_dongle的例程」· C头文件 代码 · 共 93 行

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