Man page - org.bluez.networkserver(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
ORG.BLUEZ.NETWORKSERVER
NAMEINTERFACE
Methods
void Register(string uuid, string bridge)
void Unregister(string uuid)
NAME
org.bluez.NetworkServer - BlueZ D-Bus NetworkServer API documentation
INTERFACE
Service
org.bluez
Interface
org.bluez.NetworkServer1
Object path
/org/bluez/{hci0,hci1,...}
Methods
void Register(string uuid, string bridge)
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.InvalidArguments
org.bluez.Error.AlreadyExists
org.bluez.Error.Failed
void Unregister(string uuid)
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.InvalidArguments
org.bluez.Error.Failed