a2dp_sd_open.h

来自「CSR蓝牙MP3播放USB DONGLE源码」· C头文件 代码 · 共 45 行

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

FILE NAME
    a2dp_sd_open.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_OPEN_H
#define A2DP_SD_OPEN_H



/****************************************************************************
NAME    
    a2dpSdHandleA2dpOpenCfm
    
DESCRIPTION
    Handle the open cfm received from the A2DP lib.

RETURNS
    void
*/
void a2dpSdHandleA2dpOpenCfm(a2dpSourceDongleTaskData *theApp, const A2DP_OPEN_CFM_T *cfm);


/****************************************************************************
NAME    
    a2dpSdHandleOpenInd
    
DESCRIPTION
    Handle an indication that a remote device is opening an AV channel
    to our device.

RETURNS
    void
*/
void a2dpSdHandleOpenInd(a2dpSourceDongleTaskData *theApp, const A2DP_OPEN_IND_T *ind);


#endif /* A2DP_SD_OPEN_H */

⌨️ 快捷键说明

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