hcierrorstrtable.h
来自「蓝牙协议HCI层指令发送,主要用于测试HCI以下的代码及RF部分测试.」· C头文件 代码 · 共 91 行
H
91 行
//--------------------------------------------------------------- %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 + =
减小字号Ctrl + -
显示快捷键?