[Bug 284994] Re: bluetooth-wizard unable to pair headset
Daniel Newman
dmnewman at pobox.com
Sat Oct 18 06:02:54 BST 2008
I worked around this by editing the source of wizard/main.c, changing
the default value of 0000 to the correct one for my headset. See below:
/* Most headsets are using 0000 as pincode */
if (target_type == BLUETOOTH_TYPE_HEADSET ||
target_type == BLUETOOTH_TYPE_HEADPHONE)
pincode = "1234";
text = g_strdup_printf(_("Please enter the following PIN code: %s"),
pincode);
However, this isn't really a satisfactory solution. The wizard needs to
offer the option of changing the pin code to match whatever hardware is
to be paired.
--
bluetooth-wizard unable to pair headset
https://bugs.launchpad.net/bugs/284994
You received this bug notification because you are a member of
Bluetooth, which is subscribed to bluez-gnome in ubuntu.
More information about the Ubuntu-bluetooth
mailing list