hosthf_send.c
来自「蓝牙HANDFREE软件源代码」· C语言 代码 · 共 26 行
C
26 行
#include "hosthf_private.h"
#include "handsfree.h"
/*
hostHfDialNumberReq
Request to dial the given number
*/
void hostHfDialNumberReq(const DIAL_NUMBER_REQ_T *req)
{
dialNumberAction((uint8 *) &(req->dial_number), req->num_length);
}
/*
hostHfDialMemoryReq
Request to dial a given memory ocation
*/
void hostHfDialMemoryReq(const DIAL_MEMORY_REQ_T *req)
{
dialMemoryAction((uint8 *) &(req->dial_memLoc), req->num_length);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?