Linux Commands Examples

A great documentation place for Linux commands

bluez-simple-agent

A PIN management and agent program for pairing to Bluetooth device.

Synopsis

bluez-simple-agent [<hciX>] [<bdaddr>] [remove]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

1
source
            
sudo bluez-simple-agent hci0 00:1F:20:92:28:F4 repair;
sudo bluez-simple-agent hci0 00:1F:20:92:28:F4;

description

bluez-simple-agent is pass agent program for bluetooth.

options

<hciX>

The command is applied to device hciX , which must be the name of an installed Blue- tooth device. If not specified, the command will be sent to the first available Blue- tooth device.

<bdaddr>

bdaddr of device doing pairing.

remove

Remove intended bdaddr from database.

bluez simple agent

[<hciX>] [<bdaddr>] [remove]
author

Nobuhiro Iwamatsu <iwamatsu[:at:]nigauri[:dot:]org>

Wrote this manpage for the Debian system.

How can this site be more helpful to YOU ?


give  feedback