⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hcivendspeccmdretparamprocfunc.cpp

📁 蓝牙协议HCI层指令发送,主要用于测试HCI以下的代码及RF部分测试.
💻 CPP
字号:

//--------------------------------------------------------------- %FILH_BEG% --
//
//  Project:		$$ProjectName
//
//  File name:		HCIVendSpecCmdRetParamProcFunc.cpp
//  Author:			Ebrahim Khorasani 
//  Description:	  
//
//  Revision History:
//  $Log: $
//
//  Rev 1.00  15 July 2000 Initial release
//    
//
//  Copyright (c) TelenComm Corporation  2000   -   All rights reserved    
//--------------------------------------------------------------- %FILH_END% 
//------------------------------------------------------------------------------
//
//  Include
//
//------------------------------------------------------------------------------
//#include "stdmac.h"
#include "..\..\..\stdafx.h"
#include "..\..\..\BTHost.h"
#include "..\..\..\ChildFrm.h"

#include "..\..\Inc\HCIError.h"
#include "..\Inc\HCIVendSpecCmdProc.h"
#include "..\..\Inc\HCIPacket.h"



//------------------------------------------------------------------------------
//
//  0.0.0 Write_BD_ADDR  // No Spec index for vendor unique commands at this time
//
//------------------------------------------------------------------------------

uint8 CHCIVendSpecCmdProcessor::WriteBDAddrCmdRetParamProcFunc(char* pRetParams)
{ 
  //g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteBDAddr");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::WriteLCConfCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::ReadLCConfCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::WriteLMDiagCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::ReadLMDiagCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::WriteFixedPinCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::ReadFixedPinCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::WriteSocConfCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"WriteLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::ReadSocConfCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::ReadKeyTypeCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
 uint8 CHCIVendSpecCmdProcessor::WriteKeyTypeCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::ReadMinEncrKeySizeCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::WriteMinEncrKeySizeCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::ChangeBaudRateCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}

uint8 CHCIVendSpecCmdProcessor::WriteSchedulingTypeCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
uint8 CHCIVendSpecCmdProcessor::ReadSchedulingTypeCmdRetParamProcFunc(char* pRetParams)
{ 
  //	g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"ReadLCConf");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}


uint8 CHCIVendSpecCmdProcessor::DebugInfoCmdRetParamProcFunc(char* pRetParams)
{ 
  // g_pChildFrame->DisplayCmdSts(pRetParams++, CMD_COMPLETION_STS,"DebugInformation");//MessageBox(NULL,"  not implemented!!!","Check",MB_OK);
  return eHCI_ERROR_COMMAND_CURRENTLY_IN_PENDING;
}
//------------------------------------------------------------------------------
//  End of HCIVendSpecCmdretPAramProcFunc.cpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -