a2dp_sd_suspend.h

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

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

FILE NAME
    a2dp_sd_suspend.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_SUSPEND_H
#define A2DP_SD_SUSPEND_H


/****************************************************************************
NAME    
    a2dpSdHandleSuspendCfm
    
DESCRIPTION
    Handle a suspend cfm message from the A2DP lib.

RETURNS
    void
*/
void a2dpSdHandleSuspendCfm(const a2dpSourceDongleTaskData *theApp, const A2DP_SUSPEND_CFM_T *cfm);


/****************************************************************************
NAME    
    a2dpSdHandleSuspendInd
    
DESCRIPTION
    The sink has suspended the connection.

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

/****************************************************************************
NAME    
    a2dpSdSuspendRequest
    
DESCRIPTION
    Request to suspend streaming to the remote end.

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


#endif /* A2DP_SD_SUSPEND_H */

⌨️ 快捷键说明

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