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

📄 a2dp_sd_init.h

📁 蓝牙a2dp_source_dongle的例程
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release

FILE NAME
    a2dp_sd_init.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_INIT_H
#define A2DP_SD_INIT_H


/****************************************************************************
NAME    
    a2dpSdInitLocalState
    
DESCRIPTION
    Initialise the locally stored state 

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


/****************************************************************************
NAME    
    a2dpSdClInitSuccess
    
DESCRIPTION
    Connection lib init has succeeded, proceed with app init.

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


/****************************************************************************
NAME    
    a2dpSdA2dpLibInitSuccess
    
DESCRIPTION
    A2DP lib has been initialised successfully. Proceed with registering a
    SEP and initialising the AV RCP library.

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


/****************************************************************************
NAME    
    a2dpSdSepAddedCfm
    
DESCRIPTION
    The SEP has been added successfully.

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


#endif /* A2DP_SD_INIT_H */

⌨️ 快捷键说明

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