a2dp_sd_scan.h

来自「CSR蓝牙MP3播放USB DONGLE源码」· C头文件 代码 · 共 69 行

H
69
字号
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release

FILE NAME
    a2dp_sd_scan.h
    
DESCRIPTION
    
*/

#ifndef A2DP_SD_SCAN_H
#define A2DP_SD_SCAN_H


/****************************************************************************
NAME    
    a2dpSdEnableConnectable
    
DESCRIPTION
    Make the device connectable.

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


/****************************************************************************
NAME    
    a2dpSdDisableConnectable
    
DESCRIPTION
    Take device out of connectable mode.

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


/****************************************************************************
NAME    
    a2dpSdEnableDiscoverable
    
DESCRIPTION
    Make the device discoverable. 

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


/****************************************************************************
NAME    
    a2dpSdDisableDiscoverable
    
DESCRIPTION
    Make the device non-discoverable. 

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


#endif /* A2DP_SD_SCAN_H */

⌨️ 快捷键说明

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