K 10 svn:author V 4 emax K 8 svn:date V 27 2005-09-03T03:39:40.000000Z K 7 svn:log V 534 MFC to RELENG_5 Fix dangling callout problem in the Bluetooth L2CAP code that leads to panic. The panic happens when outgoing L2CAP connection descriptor is deleted with the L2CAP command(s) pending in the queue. In this case when the last L2CAP command is deleted (due to cleanup) and reference counter for the L2CAP connection goes down to zero the auto disconnect timeout is incorrectly set. pjd gets credit for tracking this down and committing bandaid. Reported by: Jonatan B Approved by: re (scottl) END