Error code -6005 unknown while attempting a BT connection ..
| Mon, 2003-11-17 17:10 | |
|
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 |
|






Forum posts: 39
...
static const TInt KHCIErrorBase = -6000;
enum THCIErrorCode
{
EOK =0x00,
EUnknownOpcode =0x01,
ENoConnection =0x02,
EHardwareFail =0x03,
EPageTimedOut =0x04,
EAuthenticationFailure =0x05,
...
I think error is EAuthenticationFailure.
Forum posts: 50
I don´t really know what to do whit it anyway but thanks a lot !
Cheers,
Valentin
Forum posts: 2006
The link is : http://www.newlc.com/article.php3?id_article=117
Cheers,
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 50