logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bt-network - a bluetooth network manager

Author

       Alexander Orlenko <zxteam@gmail.com>.

Description

       This utility is used to manage network services (client/server).  All servers will be automatically
       unregistered when the application terminates.

Name

       bt-network - a bluetooth network manager

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><uuid>
           Connect to the network device and return the network interface
           name, uuid can be either one of "gn", "panu" or "nap"

       -s,--server<gn|panu|nap><brige>
           Register server for the provided UUID, every new connection to
           this server will be added the bridge interface

See Also

bt-adapter(1) bt-agent(1) bt-device(1)

                                                   2014-08-01                                      bt-network(1)

Synopsis

       bt-network [OPTION...]

       Help Options:
         -h, --help

       Application Options:
         -a, --adapter=<name|mac>
         -c, --connect <name|mac> <uuid>
         -s, --server <gn|panu|nap> <brige>

See Also