?? a2dp_sd_scan.h
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.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 */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -