Disable Out of Band pairing for Bluez upgrade.

This is a temporary change, till OOB pairing is redone.

Change-Id: I3e25fc7923eb4c70b4139880da884acf43098386
This commit is contained in:
Jaikumar Ganesh
2011-03-24 15:37:28 -07:00
parent 23e0df5854
commit 72b18064a2

View File

@@ -373,7 +373,6 @@ static int register_agent(native_data_t *nat,
}
dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
DBUS_TYPE_STRING, &capabilities,
DBUS_TYPE_BOOLEAN, &oob,
DBUS_TYPE_INVALID);
dbus_error_init(&err);