os/ossrv/genericservices/s60compatibilityheaders/commonengineresources/data/bterr.ra
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
sl@0
    17
sl@0
    18
sl@0
    19
RESOURCE ARRAY r_error_res_bt_sdp_errors_1
sl@0
    20
	{
sl@0
    21
	items=
sl@0
    22
		{
sl@0
    23
        SINGLE_ERROR { text = r_sdpparserinvalidsizefortype; },
sl@0
    24
        SINGLE_ERROR { text = r_sdpparserinvalidsizeforparentlist; },
sl@0
    25
        SINGLE_ERROR { text = r_sdpbadattributeid; }
sl@0
    26
        };
sl@0
    27
    }
sl@0
    28
sl@0
    29
RESOURCE ARRAY r_error_res_bt_sdp_errors_2
sl@0
    30
	{
sl@0
    31
	items=
sl@0
    32
		{
sl@0
    33
        SINGLE_ERROR { text = r_sdpalreadybound; },
sl@0
    34
        SINGLE_ERROR { text = r_sdppeererror; },
sl@0
    35
        SINGLE_ERROR { text = r_sdpclientnotconnected; },
sl@0
    36
        SINGLE_ERROR { text = r_sdpunsupportedversion; },
sl@0
    37
        SINGLE_ERROR { text = r_sdpbadrecordhandle; },
sl@0
    38
        SINGLE_ERROR { text = r_sdpbadcontinuationstate; },
sl@0
    39
        SINGLE_ERROR { text = r_sdpserverrejectedrequest; },
sl@0
    40
         SINGLE_ERROR { text = r_sdpbadrequestbufferlength; },
sl@0
    41
        SINGLE_ERROR { text = r_sdpbadresultbufferlength; },
sl@0
    42
        SINGLE_ERROR { text = r_sdpbaduuidlength; },
sl@0
    43
        SINGLE_ERROR { text = r_sdpbadresultdata; },
sl@0
    44
        SINGLE_ERROR { text = r_sdpdatabasefull; }
sl@0
    45
        };
sl@0
    46
    }
sl@0
    47
sl@0
    48
RESOURCE ARRAY r_error_res_bt_esk_errors
sl@0
    49
	{
sl@0
    50
	items=
sl@0
    51
		{
sl@0
    52
        SINGLE_ERROR { text = r_bteskerror; }
sl@0
    53
        };
sl@0
    54
    }
sl@0
    55
sl@0
    56
sl@0
    57
RESOURCE ARRAY r_error_res_bt_sock_errors_1
sl@0
    58
	{
sl@0
    59
	items=
sl@0
    60
		{
sl@0
    61
        SINGLE_ERROR { text = r_badaddress; },
sl@0
    62
        SINGLE_ERROR { text = r_sapunexpectedevent; },
sl@0
    63
        SINGLE_ERROR { text = r_badpacketreceived; },
sl@0
    64
        SINGLE_ERROR { text = r_l2capbadresponse; },
sl@0
    65
        SINGLE_ERROR { text = r_hciconnectfailed; },
sl@0
    66
        SINGLE_ERROR { text = r_hcilinkdisconnection; },
sl@0
    67
        SINGLE_ERROR { text = r_sapnotconnected; },
sl@0
    68
        SINGLE_ERROR { text = r_configbadparams; },
sl@0
    69
        SINGLE_ERROR { text = r_configrejected; },
sl@0
    70
        SINGLE_ERROR { text = r_configunknownoptions; },
sl@0
    71
        SINGLE_ERROR { text = r_l2peerdisconnected; },
sl@0
    72
        SINGLE_ERROR { text = r_l2capaccessrequestdenied; },
sl@0
    73
        SINGLE_ERROR { text = r_l2caprequesttimeout; },
sl@0
    74
        SINGLE_ERROR { text = r_l2peerrejectedcommand; },
sl@0
    75
        SINGLE_ERROR { text = r_hostresnametoolong; }
sl@0
    76
        };
sl@0
    77
    }
sl@0
    78
sl@0
    79
RESOURCE ARRAY r_error_res_bt_sock_errors_2
sl@0
    80
	{
sl@0
    81
	items=
sl@0
    82
		{
sl@0
    83
        SINGLE_ERROR { text = r_error_res_eof; },
sl@0
    84
        SINGLE_ERROR { text = r_error_res_eof; }
sl@0
    85
        };
sl@0
    86
    }
sl@0
    87
sl@0
    88
RESOURCE ARRAY r_error_res_bt_sock_errors_3
sl@0
    89
	{
sl@0
    90
	items=
sl@0
    91
		{
sl@0
    92
        SINGLE_ERROR { text = r_rfcommsapunexpectedevent; },
sl@0
    93
        SINGLE_ERROR { text = r_rfcommalreadybound; },
sl@0
    94
        SINGLE_ERROR { text = r_rfcommbadaddress; },
sl@0
    95
        SINGLE_ERROR { text = r_rfcommmtusize; },
sl@0
    96
        SINGLE_ERROR { text = r_rfcommframeresponsetimeout; },
sl@0
    97
        SINGLE_ERROR { text = r_rfcommmuxremotedisconnect; },
sl@0
    98
        SINGLE_ERROR { text = r_rfcommnotbound; },
sl@0
    99
        SINGLE_ERROR { text = r_rfcommparameternegotiationfailure; },
sl@0
   100
        SINGLE_ERROR { text = r_rfcommnotlistening; }
sl@0
   101
        };
sl@0
   102
    }
sl@0
   103
sl@0
   104
sl@0
   105
RESOURCE TBUF r_sdpparserinvalidsizefortype	 { buf="BT ERROR"; }
sl@0
   106
RESOURCE TBUF r_sdpparserinvalidsizeforparentlist	 { buf="BT ERROR"; }
sl@0
   107
RESOURCE TBUF r_sdpbadattributeid	 { buf="BT ERROR"; }
sl@0
   108
sl@0
   109
RESOURCE TBUF r_sdpalreadybound	 { buf="BT ERROR"; }
sl@0
   110
RESOURCE TBUF r_sdppeererror	 { buf="BT ERROR"; }
sl@0
   111
RESOURCE TBUF r_sdpclientnotconnected	 { buf="BT ERROR"; }
sl@0
   112
RESOURCE TBUF r_sdpunsupportedversion	 { buf="BT ERROR"; }
sl@0
   113
RESOURCE TBUF r_sdpbadrecordhandle	 { buf="BT ERROR"; }
sl@0
   114
RESOURCE TBUF r_sdpbadcontinuationstate	 { buf="BT ERROR"; }
sl@0
   115
RESOURCE TBUF r_sdpserverrejectedrequest	 { buf="BT ERROR"; }
sl@0
   116
RESOURCE TBUF r_sdpbadrequestbufferlength	 { buf="BT ERROR"; }
sl@0
   117
RESOURCE TBUF r_sdpbadresultbufferlength	 { buf="BT ERROR"; }
sl@0
   118
RESOURCE TBUF r_sdpbaduuidlength	 { buf="BT ERROR"; }
sl@0
   119
RESOURCE TBUF r_sdpbadresultdata	 { buf="BT ERROR"; }
sl@0
   120
RESOURCE TBUF r_sdpdatabasefull	 { buf="BT ERROR"; }
sl@0
   121
sl@0
   122
RESOURCE TBUF r_bteskerror	 { buf="BT ERROR"; }
sl@0
   123
sl@0
   124
RESOURCE TBUF r_badaddress	 { buf="BT ERROR"; }
sl@0
   125
RESOURCE TBUF r_sapunexpectedevent	 { buf="BT ERROR"; }
sl@0
   126
RESOURCE TBUF r_badpacketreceived	 { buf="BT ERROR"; }
sl@0
   127
RESOURCE TBUF r_l2capbadresponse	 { buf="BT ERROR"; }
sl@0
   128
RESOURCE TBUF r_hciconnectfailed	 { buf="BT ERROR"; }
sl@0
   129
RESOURCE TBUF r_hcilinkdisconnection	 { buf="BT ERROR"; }
sl@0
   130
RESOURCE TBUF r_sapnotconnected	 { buf="BT ERROR"; }
sl@0
   131
RESOURCE TBUF r_configbadparams	 { buf="BT ERROR"; }
sl@0
   132
RESOURCE TBUF r_configrejected	 { buf="BT ERROR"; }
sl@0
   133
RESOURCE TBUF r_configunknownoptions	 { buf="BT ERROR"; }
sl@0
   134
RESOURCE TBUF r_l2peerdisconnected	 { buf="BT ERROR"; }
sl@0
   135
RESOURCE TBUF r_l2capaccessrequestdenied	 { buf="BT ERROR"; }
sl@0
   136
RESOURCE TBUF r_l2caprequesttimeout	 { buf="BT ERROR"; }
sl@0
   137
RESOURCE TBUF r_l2peerrejectedcommand	 { buf="BT ERROR"; }
sl@0
   138
RESOURCE TBUF r_hostresnametoolong	 { buf="BT ERROR"; }
sl@0
   139
sl@0
   140
RESOURCE TBUF r_rfcommsapunexpectedevent	 { buf="BT ERROR"; }
sl@0
   141
RESOURCE TBUF r_rfcommalreadybound	 { buf="BT ERROR"; }
sl@0
   142
RESOURCE TBUF r_rfcommbadaddress	 { buf="BT ERROR"; }
sl@0
   143
RESOURCE TBUF r_rfcommmtusize	 { buf="BT ERROR"; }
sl@0
   144
RESOURCE TBUF r_rfcommframeresponsetimeout	 { buf="BT ERROR"; }
sl@0
   145
RESOURCE TBUF r_rfcommmuxremotedisconnect	 { buf="BT ERROR"; }
sl@0
   146
RESOURCE TBUF r_rfcommnotbound	 { buf="BT ERROR"; }
sl@0
   147
RESOURCE TBUF r_rfcommparameternegotiationfailure	 { buf="BT ERROR"; }
sl@0
   148
RESOURCE TBUF r_rfcommnotlistening	 { buf="BT ERROR"; }
sl@0
   149
sl@0
   150
// End of File