Hi Eugene, > This means that the termination of an incoming RFCOMM connections > decrements the reference counting of the L2CAP module. This should not > happen and I think we have a wrong owner entry somewhere in the RFCOMM > socket code, but at the moment I don't know where. actually it is not a wrong owner entry. But the RFCOMM core layer have to increment the module reference count of the L2CAP module, when we accept a new incoming L2CAP connection. I am not 100% that this is the right way to fix this problem, but for me it works. Please check if the attached patch helps and don't breaks any other of your setups. Regards Marcel