Hi, On Sat, Apr 28, 2012, Johan Hedberg wrote: > > For those who are more familiar with the position of > > "remove_disconnect_timer(session);" in session_cb, does it make sense > > to move that outside the AVDTP_MSG_TYPE_COMMAND block so that even the > > invalid discover command (general reject) turns off the timer? > > The timer is only removed if there are no streams present Sorry, that should say "if there *are* streams present": if (session->streams && session->dc_timer) remove_disconnect_timer(session); 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