Page 1 of 1

Address already used! <= what?

Posted: Sun Nov 03, 2013 2:20 am
by Aure217
What does this error message mean? GIMX not working for me anymore.

Checked the code:

Code: Select all

    for(k=0; k<Choice3->GetCount(); ++k)
    {
        if(Choice3->GetString(k) == Choice1->GetStringSelection())
        {
            wxMessageBox( _("Address already used!"), _("Error"), wxICON_ERROR);
            return -1;
        }
    }
Seems like a pre-check, rather than an error in setting the BT address?

Re: Address already used! <= what?

Posted: Mon Nov 04, 2013 8:51 am
by Matlo
This means a dongle is already using the bdaddr.