diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-09-06 20:57:54 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-09-06 20:57:54 +0000 |
commit | 082b69d2c075d1ec468a0a3bcd16b5f077a3fd3f (patch) | |
tree | 207b81c02a4a76a73fbc451ea03a8783ecb5be0f /tools/hciconfig.8 | |
parent | 44385c0baa98b0e27dad39cb8bd0e33ce5a027f6 (diff) |
Document the putkey and delkey commands
Diffstat (limited to 'tools/hciconfig.8')
-rw-r--r-- | tools/hciconfig.8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/hciconfig.8 b/tools/hciconfig.8 index 9fb8b552..53c60526 100644 --- a/tools/hciconfig.8 +++ b/tools/hciconfig.8 @@ -193,6 +193,16 @@ bytes and SCO buffer size to .I pkt packets. .TP +.BI putkey " <bdaddr>" +This command stores the link key for +.I bdaddr +on the device. +.TP +.BI delkey " <bdaddr>" +This command deletes the stored link key for +.I bdaddr +from the device. +.TP .BI commands Display supported commands. .TP |