Hi, On Tue, Sep 25, 2012, João Paulo Rechi Vita wrote: > + /* > + * Keep scanning/re-connection active if disconnection reason > + * is page timeout, remote user terminated connection or local > + * initiated disconnection. > + */ > + if (err == ETIMEDOUT || err == ECONNRESET || err == ECONNABORTED) > + adapter_connect_list_add(device_get_adapter(device), device); Page timeouts have always been reported through EHOSTDOWN so either the comment or the code is wrong here. Johan -- 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