bt-serial(1) a bluetooth serial manager

SYNOPSIS

bt-serial [OPTION...]

Help Options:
  -h, --help

Application Options:
  -a, --adapter=<name|mac>
  -c, --connect <name|mac> <pattern>
  -d, --disconnect <name|mac> <tty_device>

DESCRIPTION

This utility is used to manage serial service connections.

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)

-c, --connect <name|mac> <pattern>
    Connects to a specific RFCOMM based service on a
    remote device and then creates a RFCOMM TTY
    device for it; `pattern` is a profile short name (spp, dun),
    RFCOMM channel (1-30)

-d, --disconnect <name|mac> <tty_device>
    Disconnect a RFCOMM TTY device that has been created

AUTHOR

Alexander Orlenko <[email protected]>.