a2dp_sd_start.h

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

H
43
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release

FILE NAME
    a2dp_sd_start.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_START_H
#define A2DP_SD_START_H


/****************************************************************************
NAME    
    a2dpSdHandleStartCfm
    
DESCRIPTION
    Handle the start cfm received from the A2DP lib.

RETURNS
    void
*/
void a2dpSdHandleStartCfm(a2dpSourceDongleTaskData *theApp, const A2DP_START_CFM_T *cfm);


/****************************************************************************
NAME    
    a2dpSdHandleStartInd
    
DESCRIPTION
    The remote end has requested we start streaming.

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


#endif /* A2DP_SD_START_H */

⌨️ 快捷键说明

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