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,...}

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register(String _uuid, String _bridge)
    From bluez documentation:

    Register server for the provided UUID.
    void
    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

      void Register(String _uuid, String _bridge)
      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

      void Unregister(String _uuid)
      From bluez documentation:

      Unregister the server for provided UUID.

      All servers will be automatically unregistered when
      the calling application terminates.
      Parameters:
      _uuid - uuid