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

📄 hcierrorstrtable.h

📁 蓝牙协议HCI层指令发送,主要用于测试HCI以下的代码及RF部分测试.
💻 H
字号:
//--------------------------------------------------------------- %FILH_BEG% --
//
//  Project:		$$ProjectName
//
//  File name:		HCIErrorStrTable.h	
//
//  Author:			 
//  Description:	  
//
//  Revision History:
//  $Log: $
//
//  Rev 1.00  15 July 2000 Initial release
//    
//
//  Copyright (c) TelenComm Corporation  2000   -   All rights reserved    
//--------------------------------------------------------------- %FILH_END% // BTHostDoc.cpp : implementation of the CBTHostDoc class
//
#ifndef HCI_ERROR_STR_TABLE_H
#define HCI_ERROR_STR_TABLE_H

//------------------------------------------------------------------------------
//
//  Includes
//
//------------------------------------------------------------------------------

//#include "Common.h"
//#include "stdmac.h"

//------------------------------------------------------------------------------
//
// Error Codes string table macros
//
//------------------------------------------------------------------------------

#define HCI_BEGIN_ERROR_CODE_STRING_TABLE  char* tagHCI_EventErrorStringTable[eNO_OF_HCI_EVENT_ERROR_CODES] =  {
#define HCI_END_ERROR_CODE_STRING_TABLE    };

//------------------------------------------------------------------------------
//
//  HCI Event Error  Sring Table
//
//------------------------------------------------------------------------------
HCI_BEGIN_ERROR_CODE_STRING_TABLE  
    "Command Currently In Pending",
    "Unknown HCI Command",
    "No Connection",
    "Hardware Failure",
    "Page Timeout",
    "Authentication Failure",
    "Key Missing",
    "Memory Full",
    "Connection Timeout",
    "Max Number Of Connections",
    "Max Number Of SCO Connections To A Device",
    "Max Number Of ACL Connections To A Device",
    "Command Disallowed",
    "Host Rejected Due To Limited Resources",
    "Host Rejected Due To Security Reasons",
    "Host Rejected Due To Remote Device Is Only A Personal Device",
    "Host Timeout",
    "UnSupported Feature Or Parameter Value",
    "Invalid HCI Command Parameter",
    "Other End Terminated Connection User Ended Connection",
    "Other End Terminated Connection Low Resources",
    "Other End Terminated Connection About To Power Off",
    "Connection Terminated By Local Host",
    "Repeated Attempts",
    "Pairing Not Allowed",
    "UnknownLMP PDU",
    "UnSupported Remote Feature",
    "SCO Offset Rejected",
    "SCO Interval Rejected",
    "SCO Air Mode Rejected",
    "Invalid LMP Parameters",
    "Unspecified Error",
  "UnSupported LMP Parameter Value"
HCI_END_ERROR_CODE_STRING_TABLE

//------------------------------------------------------------------------------
//
//  Declarations
//
//------------------------------------------------------------------------------


#endif HCI_ERROR_STR_TABLE_H

//------------------------------------------------------------------------------
// End of HCIErrorStrTable.h

⌨️ 快捷键说明

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