EnglishFrenchSpanish

Ad


OnWorks favicon

bt-device - Online in the Cloud

Run bt-device in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command bt-device that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


bt-device - a bluetooth device manager

SYNOPSIS


bt-device [OPTION...]

Help Options:
-h, --help

Application Options:
-a, --adapter=<name|mac>
-l, --list
-c, --connect=<mac>
-d, --disconnect=<name|mac>
-r, --remove=<name|mac>
-i, --info=<name|mac>
-s, --services <name|mac> [<pattern>]
--set <name|mac> <property> <value>
-v, --verbose

DESCRIPTION


This utility is used to manage Bluetooth devices. You can list added devices, connect to a
new device, disconnect device, remove added device, show info about device, discover
remote device services or change device properties.

OPTIONS


-h, --help
Show help

-a, --adapter <name|mac>
Specify adapter to use by his Name or MAC address
(if this option does not defined - default adapter used)

-l, --list
List added devices

-c, --connect <mac>
Connect to the remote device by his MAC, retrieve all SDP
records and then initiate the pairing

-d, --disconnect <name|mac>
Disconnects a specific remote device by terminating the
low-level ACL connection.

-r, --remove
Remove device (and also the pairing information)

-i, --info
Show information about device (returns all properties)

-s, --services <name|mac> [<pattern>]
Starts the service discovery to retrieve remote service records,
the `pattern` parameter can be used to specify specific UUIDs

--set <property> <value>
Change device properties (see DEVICE PROPERTIES section for list
of available properties)

-v, --verbose
Verbosely display remote service records (affect to service
discovery mode)

DEVICE PROPERTIES


string Address [ro]
The Bluetooth device address (MAC) of the remote device.

string Name [ro]
The Bluetooth remote device name.

string Icon [ro]
Proposed icon name according to the freedesktop.org
icon naming specification.

uint32 Class [ro]
The Bluetooth class of device of the remote device.

list UUIDs [ro]
List of 128-bit UUIDs that represents the available
remote services.

boolean Paired [ro]
Indicates if the remote device is paired.

boolean Connected [ro]
Indicates if the remote device is currently connected.

boolean Trusted [rw]
Indicates if the remote is seen as trusted.

boolean Blocked [rw]
If set to true any incoming connections from the
device will be immediately rejected.

string Alias [rw]
The name alias for the remote device. The alias can
be used to have a different friendly name for the
remote device.

In case no alias is set, it will return the remote
device name. Setting an empty string as alias will
convert it back to the remote device name.

boolean LegacyPairing [ro]
Set to true if the device only supports the pre-2.1
pairing mechanism.

Use bt-device online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 2
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 3
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 4
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 5
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • 6
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • More »

Linux commands

Ad