Uses of Class
org.bluez.exceptions.BluezAlreadyExistsException

Packages that use BluezAlreadyExistsException
Package
Description
 
 
  • Uses of BluezAlreadyExistsException in org.bluez

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.DBusPath
    Adapter1.ConnectDevice(Map<String,org.freedesktop.dbus.types.Variant<?>> _properties)
    From bluez documentation:

    This method connects to device without need of
    performing General Discovery.
    void
    Device1.Pair()
    From bluez documentation:

    This method will connect to the remote device,
    initiate pairing and then retrieve all SDP records
    (or GATT primary services).

    If the application has registered its own agent,
    then that specific agent will be used.
    void
    LEAdvertisingManager1.RegisterAdvertisement(org.freedesktop.dbus.DBusPath _advertisement, Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    From bluez documentation:

    Registers an advertisement object to be sent over the LE
    Advertising channel.
    void
    AgentManager1.RegisterAgent(org.freedesktop.dbus.DBusPath _agent, String _capability)
    From bluez documentation:

    This registers an agent handler.

    The object path defines the path of the agent
    that will be called when user input is needed.

    Every application can register its own agent and
    for all actions triggered by that application its
    agent is used.

    It is not required by an application to register
    an agent.
    void
    GattManager1.RegisterApplication(org.freedesktop.dbus.DBusPath _application, Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    From bluez documentation:

    Registers a local GATT services hierarchy as described
    above (GATT Server) and/or GATT profiles (GATT Client).

    The application object path together with the D-Bus
    system bus connection ID define the identification of
    the application registering a GATT based
    service or profile.

    void
    Media1.RegisterApplication(org.freedesktop.dbus.DBusPath _root, Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    From bluez documentation:

    Register endpoints an player objects within root
    object which must implement ObjectManager.

    The application object path together with the D-Bus
    system bus connection ID define the identification of
    the application.

    void
    ProfileManager1.RegisterProfile(org.freedesktop.dbus.DBusPath _profile, String _uuid, Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    From bluez documentation:

    This registers a profile implementation.

    If an application disconnects from the bus all
    its registered profiles will be removed.

    Some predefined services:

    HFP AG UUID: 0000111f-0000-1000-8000-00805f9b34fb

    Default profile Version is 1.7, profile Features
    is 0b001001 and RFCOMM channel is 13.
    Authentication is required.

    HFP HS UUID: 0000111e-0000-1000-8000-00805f9b34fb

    Default profile Version is 1.7, profile Features
    is 0b000000 and RFCOMM channel is 7.
    Authentication is required.

    HSP AG UUID: 00001112-0000-1000-8000-00805f9b34fb

    Default profile Version is 1.2, RFCOMM channel
    is 12 and Authentication is required.
  • Uses of BluezAlreadyExistsException in org.bluez.obex

    Modifier and Type
    Method
    Description
    void
    AgentManager1.RegisterAgent(org.freedesktop.dbus.DBusPath _agent)
    From bluez documentation:

    Register an agent to request authorization of
    the user to accept/reject objects.