⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a2dp_sd_initiate.h

📁 CSR蓝牙MP3播放USB DONGLE源码
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release

FILE NAME
    a2dp_sd_initiate.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_INITIATE_H
#define A2DP_SD_INITIATE_H


/****************************************************************************
NAME    
    a2dpSdKickProfileRequest
    
DESCRIPTION
    Request to kick the profile into action. This is triggered either as
    a result of a user initiated action or because we have USB data
    to stream.

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


/****************************************************************************
NAME    
    a2dpSdInitiateRequest
    
DESCRIPTION
    Create and send an APP_INITIATE_REQ message.

RETURNS
    void
*/
void a2dpSdInitiateRequest(const bdaddr *addr);


/****************************************************************************
NAME    
    a2dpSdInitiateConnectionRequest
    
DESCRIPTION
    Initiate an AV connection to the remote device we have the address of.

RETURNS
    void
*/
void a2dpSdInitiateConnectionRequest(const a2dpSourceDongleTaskData *theApp, const APP_INITIATE_REQ_T *req);


#endif /* A2DP_SD_INITIATE_H */

⌨️ 快捷键说明

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