a2dp_sd_close.h

来自「dongle蓝牙适配器(a2dp_source_dongle)源代码」· C头文件 代码 · 共 56 行

H
56
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.Release

FILE NAME
    a2dp_sd_close.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_CLOSE_H
#define A2DP_SD_CLOSE_H


/****************************************************************************
NAME    
    a2dpSdCloseConnectionRequest
    
DESCRIPTION
    Initiate the release of the A2DP connection.

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


/****************************************************************************
NAME    
    a2dpSdHandleCloseCfm
    
DESCRIPTION
    Handle the close_cfm received from the A2DP library.

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


/****************************************************************************
NAME    
    a2dpSdHandleCloseInd
    
DESCRIPTION
    Indication that the connection has been lost.

RETURNS
    void
*/
void a2dpSdHandleCloseInd(a2dpSourceDongleTaskData *theApp, const A2DP_CLOSE_IND_T *ind);


#endif /* A2DP_SD_CLOSE_H */

⌨️ 快捷键说明

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