Hi, On Wed, Aug 12, 2009 at 9:18 AM, y.dmitry@xxxxxxxxx<y.dmitry@xxxxxxxxx> wrote: > Hi! > > Can't setup NAP-server with bluez-4 (versions 4.39, 4.47). Remote device > can't discover any services. But when i trying to run 'simple-service' > script from sources, i can see a "Serial Port" service on remote device. > Service disappears when script canceled. As I understand at this point, > all ok with connectivity and access rights. > > I mean linux box must became an Access Point for phone, netbook, etc. The service registration is done by network plugin, you can edit network.conf to configure which script/interface name to be used. Also check if they are enabled by calling org.bluez.NetworkRouter.GetProperties(), if not enabled enable it by calling org.bluez.NetworkRouter.SetProperty("Enabled", True). Another detail is that you should configure NAP bridge to be used since if you follow the spec it needs to enable dhcp server and configure the routes while GN is just a simple bridge. Enabled is good for those applications that want to enable/disable data tethering over bluetooth, so it can really be changed without restarting bluetoothd. -- Luiz Augusto von Dentz Engenheiro de Computação -- 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