Address already used! <= what?

Need help? Ask here and someone will help
Post Reply
Aure217
Posts: 9
Joined: Mon Jul 16, 2012 9:11 pm

Address already used! <= what?

Post 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?
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Address already used! <= what?

Post by Matlo »

This means a dongle is already using the bdaddr.
GIMX creator
Post Reply