Hi Mike.
I m running the BlueChat Server for tests and i have problems with Service UID.
My Phone application has to connect in BlueChat Server by Service UID. In this version(app phone) he does not search for devices,
he already tries to connect through the Service UID, but he does not connect.
In this old version (app phone), he does search for devices and I select that I want to connect. No problem in this case. Connection OK.
But I have to use the new version.
What s wrong in this code?
wclServer->Transport = stBluetooth;
wclServer->BluetoothParams->Radio = Radio;
wclServer->BluetoothParams->Service = StringToGUID("{1CBF2215-9E04-40d4-9CD7-BEE54683B97D}");
wclServer->BluetoothParams->Authentication = false;
wclServer->BluetoothParams->Encryption = false;
wclShowError(wclServer->Listen());
Thanks.