av_headset_scan.h

来自「csr 蓝牙芯片 无线蓝牙耳机的嵌入式程序」· C头文件 代码 · 共 80 行

H
80
字号
/****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?