diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-27 14:47:31 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-27 14:47:31 +0200 |
commit | ea3f9b2d644e2c1beeccc01591b302f5ed8a77bd (patch) | |
tree | 935c4a3f17386d51af209403cc485a753963e994 /tools/hcitool.1 | |
parent | 85586b684b630334778a41c942fe8290ca07ca93 (diff) |
Allow specifying of reason for the disconnect
Diffstat (limited to 'tools/hcitool.1')
-rw-r--r-- | tools/hcitool.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/hcitool.1 b/tools/hcitool.1 index 8a7131d2..85498dc6 100644 --- a/tools/hcitool.1 +++ b/tools/hcitool.1 @@ -101,9 +101,12 @@ s (allow role switch, become slave if the peer asks to become master). Default is .IR m . .TP -.BI dc " <bdaddr>" +.BI dc " <bdaddr> [reason]" Delete baseband connection from remote device with Bluetooth address .IR bdaddr . +The reason can be one of the Bluetooth HCI error codes. Default is +.IR 19 +for user ended connections. The value must be given in decimal. .TP .BI sr " <bdaddr> <role>" Switch role for the baseband connection from the remote device to |