a2dp_sd_stream.h
来自「实现蓝牙 立体声传送」· C头文件 代码 · 共 30 行
H
30 行
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release
FILE NAME
a2dp_sd_stream.h
DESCRIPTION
*/
#ifndef A2DP_SD_STREAM_H
#define A2DP_SD_STREAM_H
/****************************************************************************
NAME
a2dpSdStreamRequest
DESCRIPTION
Request to start streaming to the remote end.
RETURNS
*/
void a2dpSdStreamRequest(const a2dpSourceDongleTaskData *theApp);
#endif /* A2DP_SD_STREAM_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?