Hi, Just attempt to pair with a fixed pin device using bluetooth-wizard that doesn't have 0000 as its pin..I have a Gear4-Blackbox Mini (which is a headset/a2dp device) which has a fixed pin of 1234. When I try to pair the device it fails after attempting to use 0000, with no opportunity to enter any other pin. It might be caused by the hard code in bluez-gnome, see bluez-gnome-1.8 source code wizard/main.c static gboolean pincode_callback(DBusGMethodInvocation *context, DBusGProxy *device, gpointer user_data) { .............. /* Most headsets are using 0000 as pincode */ if (target_type == BLUETOOTH_TYPE_HEADSET || target_type == BLUETOOTH_TYPE_HEADPHONE) pincode = "0000"; ........... } Anyone has come across this similar issue? Any suggestions? Thanks! Wan Shuang -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html