Package org.bluez
Interface NetworkServer1
- All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface
public interface NetworkServer1
extends org.freedesktop.dbus.interfaces.DBusInterface
File generated - 2023-02-20.
Based on bluez Documentation: network-api.txt.
Service: org.bluez
Interface: org.bluez.NetworkServer1
Object path:
/org/bluez/{hci0,hci1,...}
Based on bluez Documentation: network-api.txt.
Service: org.bluez
Interface: org.bluez.NetworkServer1
Object path:
/org/bluez/{hci0,hci1,...}
-
Method Summary
Modifier and TypeMethodDescriptionvoidFrom bluez documentation:
Register server for the provided UUID.voidUnregister(String _uuid) From bluez documentation:
Unregister the server for provided UUID.
All servers will be automatically unregistered when
the calling application terminates.Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
Method Details
-
Register
From bluez documentation:
Register server for the provided UUID. Every new
connection to this server will be added the bridge
interface.
Valid UUIDs are "gn", "panu" or "nap".
Initially no network server SDP is provided. Only
after this method a SDP record will be available
and the BNEP server will be ready for incoming
connections.
- Parameters:
_uuid- uuid_bridge- bridge
-
Unregister
From bluez documentation:
Unregister the server for provided UUID.
All servers will be automatically unregistered when
the calling application terminates.- Parameters:
_uuid- uuid
-