a2dp_sd_initiate.h

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

H
58
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.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 + =
减小字号Ctrl + -
显示快捷键?