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

📄 hcicmdtables.h

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

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