org.bluez.NetworkServer - BlueZ D-Bus NetworkServer API documentation
Contents
Interface
Service
org.bluez
Interface
org.bluez.NetworkServer1
Objectpath
/org/bluez/{hci0,hci1,...}
MethodsvoidRegister(stringuuid,stringbridge)
Registers server for the provided UUID.
Every new connection to this server will be added the bridge interface.
Possible uuid values:
"panu","00001115-0000-1000-8000-00805f9b34fb"
Personal Network User role.
"nap","00001116-0000-1000-8000-00805f9b34fb"
Network Access Point role.
"gn","00001117-0000-1000-8000-00805f9b34fb"
Group Network role.
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.
Possible errors:
org.bluez.Error.InvalidArgumentsorg.bluez.Error.AlreadyExistsorg.bluez.Error.FailedvoidUnregister(stringuuid)
Unregisters the server for provided UUID which was previously registered with Register() method.
All servers will be automatically unregistered when the calling application terminates.
Possible errors:
org.bluez.Error.InvalidArgumentsorg.bluez.Error.Failed
BlueZ October 2023 ORG.BLUEZ.NETWORKSERVER(5)
Name
org.bluez.NetworkServer - BlueZ D-Bus NetworkServer API documentation
