Error code -6005 unknown while attempting a BT connection ..

Login to reply to this topic.
Mon, 2003-11-17 17:10
Joined: 2003-10-14
Forum posts: 50
Hi all !
I created an application which is working with some BT devices.
The Smartphone works as client and connects to several BT devices.
I got an error with one of this devices (even if I try to connect only with this one) : In my CActive Object used for BT Management (like BTPointToPoint example), iStatus = -6005
I can´t find any explanation about this error code ...
Could someone help me ?

Thanx a lot !!

Cheers,
Valentin

Tue, 2003-11-18 00:51
Joined: 2003-04-03
Forum posts: 39
Error code -6005 unknown while attempting a BT connection ..
Please take a look hcierrors.h
...
static const TInt KHCIErrorBase = -6000;

enum THCIErrorCode
   {
    EOK                =0x00,                      
    EUnknownOpcode           =0x01,
    ENoConnection            =0x02,
    EHardwareFail            =0x03,
    EPageTimedOut            =0x04,
    EAuthenticationFailure       =0x05,
...

I think error is EAuthenticationFailure.
Tue, 2003-11-18 09:14
Joined: 2003-10-14
Forum posts: 50
Thanx
Thank you ...
I don´t really know what to do whit it anyway but thanks a lot !

Cheers,
Valentin
Tue, 2003-11-18 09:45
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
Error code -6005 unknown while attempting a BT connection ..
I (try to) maintain a page with error codes (currently based on OS 6.1). It is probably not complete and maybe a few codes have been changed/ added in 7.0/7.0S. Mail me if you have some more codes.

The link is : http://www.newlc.com/article.php3?id_article=117

Cheers,
Eric

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2003-11-18 10:00
Joined: 2003-10-14
Forum posts: 50
Cool !
Great Work !!!
  • Login to reply to this topic.