headset_scan.h
来自「bc5_stereo:bluetooth stereo Headset CODE」· C头文件 代码 · 共 69 行
H
69 行
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2007
FILE NAME
headset_scan.h
DESCRIPTION
*/
#ifndef _HEADSET_SCAN_H_
#define _HEADSET_SCAN_H_
#include "headset_private.h"
/****************************************************************************
FUNCTIONS
*/
/****************************************************************************
NAME
headsetEnableConnectable
DESCRIPTION
Make the device connectable.
*/
void headsetEnableConnectable(hsTaskData *app);
/****************************************************************************
NAME
headsetDisableConnectable
DESCRIPTION
Take device out of connectable mode.
*/
void headsetDisableConnectable(hsTaskData *app);
/****************************************************************************
NAME
headsetEnableDiscoverable
DESCRIPTION
Make the device discoverable.
*/
void headsetEnableDiscoverable(hsTaskData *app);
/****************************************************************************
NAME
headsetDisableDiscoverable
DESCRIPTION
Make the device non-discoverable.
RETURNS
void
*/
void headsetDisableDiscoverable(hsTaskData *app);
#endif /* _HEADSET_SCAN_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?