> -----Original Message----- > From: Luiz Augusto von Dentz [mailto:luiz.dentz@xxxxxxxxx] > Sent: Friday, August 17, 2018 2:15 AM > I wonder how this is suppose to work since what you are suggesting is > to not auto-connect matching profiles/services, but that would leave > the ACL link with no channels in use (at least on BR/EDR) so the link > would disconnect anyway. In my use case, the client application will wait for the appearance of a device object with a matching address to appear on the Device1 interface. If that device contains a profile that that the application supports, it will call ConnectProfile on the device object. In general, the link won't time out before the application has a chance to respond, but it would be fine if it did - the ConnectProfile call would end up re-establishing the link in that case. I could note that behavior in the adapter api document if you think It would help to clarify the intent.