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

📄 av_headset_scan.h

📁 csr 蓝牙芯片 无线蓝牙耳机的嵌入式程序
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004

FILE NAME
    av_headset_scan.h
    
DESCRIPTION
    
*/

#ifndef _AV_HEADSET_SCAN_H_
#define _AV_HEADSET_SCAN_H_


/****************************************************************************
NAME    
    headsetEnableConnectable
    
DESCRIPTION
    Make the device connectable 

RETURNS
    void
*/
void headsetEnableConnectable(avTaskData *app);


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

RETURNS
    void
*/
void headsetDisableConnectable(avTaskData *app);


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

RETURNS
    void
*/
void headsetEnableDiscoverable(avTaskData *app);


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

RETURNS
    void
*/
void headsetDisableDiscoverable(avTaskData *app);

/****************************************************************************
NAME    
    headsetTestForConnectablilty
    
DESCRIPTION
    See if we should be connectable or not depending on if we are already connected
    to an AG and an audio source

RETURNS
    void
*/
void headsetTestForConnectablilty(avTaskData *app);

#endif /* _AV_HEADSET_SCAN_H_ */

⌨️ 快捷键说明

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