Kaydet (Commit) 0c3d3d58 authored tarafından Michael Meeks's avatar Michael Meeks

sdremote: fix linux conditional.

Change-Id: I911863f07b08e771d78a4a98d9a4f82c93a7d55e
üst a2dbcf1e
......@@ -625,11 +625,11 @@ void BluetoothServer::restoreDiscoverable()
void BluetoothServer::doEnsureDiscoverable()
{
#ifdef LINUX_BLUETOOTH
if (!spServer->mpImpl->mpConnection ||
spServer->meWasDiscoverable != UNKNOWN )
return;
#ifdef LINUX_BLUETOOTH
// Find out if we are discoverable already ...
DBusObject *pAdapter = spServer->mpImpl->getAdapter();
if( !pAdapter )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment