Hi Nick, > >> >> I have memories of one of you talking about a custom change to bluez > >> >> to not immediately drop the ACL link once DBUS CreateBonding() has > >> >> finished (so that SDP can then be done on that link). > >> >> > >> >> Do you know the patch to do this? I am currently experimenting with > >> >> changing the timer expiry in hci_conn_put() for disc_timer. Maybe > >> >> there's a nicer way. > >> > > >> > do you have a trace in BTSnoop format for me. We are using L2CAP raw > >> > sockets for bonding and thus the default 2 seconds disconnect timeout > >> > applies. Enough time to get SDP started on the same link. If the remote > >> > side however decides to disconnect us, we are out of luck. > >> > >> For this situation the ACL connection is not complete, so the 10ms > >> timeout applies. I have a patch to use the 2 second timeout code path > >> for both connecting and connected. I wonder if this would be useful in > >> mainline, or if this is just a strange behavior of our BRF6300 (it > >> completes pin code and link key before the ACL link is reported as > >> connected). I'll send you some logs tomorrow if that would still help. > > > > that is not strange behavior. That is just a device in security mode 3. > > The important question is who disconnects the link. > > We (bluez kernel stack) disconnect the link due to the 10 ms timeout > that applies when the ACL link is in CONNECT. Here is a patch to use > the 2 second time out during CONNECT phase as well as CONNECTED. Does > this patch seem reasonable? It looks like just CONNECT || CONNECTED is > sufficient, but there are other modes like CONNECT2. I really need to have a BTSnoop trace of this. I am not sure why you end up in a situation where the timer is active anyway. What kernel version are you running? Can you re-produce it with a 2.6.27-rc8 one? The CONNECT2 is the re-try case for concurrent connection attempts where link manager does not queue up the create connection. Regards Marcel -- 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