Tobias Jakobi wrote: > Just a small note that I updated the bluez stacks (both on the server > and the client) to 5.17. However the issue remains. > > I've also created log from the debug output of bluetoothd on both sides: > http://www.math.uni-bielefeld.de/~tjakobi/bt-client.log > http://www.math.uni-bielefeld.de/~tjakobi/bt-server.log > > Has anyone here actually managed to get a working TCP/IP network with > recent bluez stack? > > Greets, > Tobias > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > I think I isolated the issue. The problem is that the profiles that are associated to the NAP, PANU and GN services haven't got the auto_connect flag set. So during connect_profiles() they're never considered, and there is no way to change this via the cmdline tools. Which effectively disables this functionality. Maybe the DBus interface can change these setting for built-in profiles, but you honestly can't expect the enduser to fiddle around with that. I attached a patch which enables autoconnect for all the above services. This finally establishes the TCP/IP connection for me. Greets, Tobias