hcicmdtables.h

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

H
52
字号

//--------------------------------------------------------------- %FILH_BEG% --
//-----------------------------------------------------------------------------
//
//  Project:		$$ProjectName
//
//  File name:		HCICmdTables.h
//
//  Author:			 
//  Description:	  
//
//  Revision History:
//  $Log: $
//
//  Rev 1.00  15 July 2000 Initial release
//    
//
//  Copyright (c) TelenComm Corporation  2000   -   All rights reserved    
//--------------------------------------------------------------- %FILH_END% 

#ifndef HCI_CMD_TABLES_H
#define HCI_CMD_TABLES_H




//------------------------------------------------------------------------------
//
//  Tables are defined in the following header files
//
//------------------------------------------------------------------------------
 //------------------------------------------------------------------------------
//
//  Includes
//
//------------------------------------------------------------------------------

#include "HCILinkControlCmdTable.h"
#include "HCILinkPolicyCmdTable.h"
#include "HCIHC_BaseBandCmdTable.h"
#include "HCIInfoParmCmdTable.h"
#include "HCITestingCmdTable.h"
#include "HCIStatusParmCmdTable.h"
#include "HCIVendSpecCmdTable.h"

#include "HCICmdTypeTable.h"

//------------------------------------------------------------------------------
// End of HCICmdTables.h

#endif //HCI_CMD_TABLES_H

⌨️ 快捷键说明

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