?? hfp_headset_dial.c
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
hfp_headset_dial.c
DESCRIPTION
NOTES
*/
/****************************************************************************
Header files
*/
#include "headset_private.h"
#include "hfp_headset_dial.h"
#include <hfp.h>
/*****************************************************************************/
void hfpHeadsetLastNumberRedial(const headsetTaskData *app)
{
/* Issue a redial request to the HFP lib */
HfpLastNumberRedial(app->hfp);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -