?? hcierrorstrtable.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 + -