📄 a2dp_sd_scan.h
字号:
/****************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -