hcivendspeccmdretparamprocfunc.cpp

来自「蓝牙协议HCI层指令发送,主要用于测试HCI以下的代码及RF部分测试.」· C++ 代码 · 共 136 行

CPP
136
字号

//--------------------------------------------------------------- %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 + =
减小字号Ctrl + -
显示快捷键?