?? a2dp_sd_stream.c
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release
FILE NAME
a2dp_sd_stream.c
DESCRIPTION
Streaming support.
NOTES
*/
/****************************************************************************
Header files
*/
#include "a2dp_sd_private.h"
#include "a2dp_sd_kalimba.h"
#include "a2dp_sd_led.h"
#include "a2dp_sd_stream.h"
#include <transform.h>
/****************************************************************************
NAME
a2dpSdStreamRequest
DESCRIPTION
Request to start streaming to the remote end.
RETURNS
*/
void a2dpSdStreamRequest(const a2dpSourceDongleTaskData *theApp)
{
/* Update the local state */
avSourceDongleUpdateA2dpState(a2dp_state_streaming);
/* Start Kalimba */
a2dpSdKalimbaStart(theApp);
/* Update the flashing LED immediately */
a2dpSdUpdateLed(0, theApp->a2dpState);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -