diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-10 08:22:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-10 08:22:59 +0000 |
commit | 3b01d3c5e0457009c0bdc683d9e8adab29d20fe1 (patch) | |
tree | 7399ae385391b90adb784a12bea52c4d033f87fc /test/bdaddr.8 | |
parent | 66605acd2f237c337169ea975b399784ffa76788 (diff) |
Add address change support for Texas Instruments chips
Diffstat (limited to 'test/bdaddr.8')
-rw-r--r-- | test/bdaddr.8 | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/test/bdaddr.8 b/test/bdaddr.8 index 623a1401..dbc2099e 100644 --- a/test/bdaddr.8 +++ b/test/bdaddr.8 @@ -12,23 +12,28 @@ bdaddr \- Utility for changing the Bluetooth device address .LP .B bdaddr -is used to query or set the local Bluetooth device address (BD_ADDR). If run with no arguments, +is used to query or set the local Bluetooth device address (BD_ADDR). If run +with no arguments, .B bdaddr -prints the chip manufacturer's name, and the current BD_ADDR. If the IEEE OUI index file "oui.txt" is installed on the system, -the BD_ADDR owner will be displayed. If the optional -[new bdaddr] argument is given, the device will be reprogrammed with that address. This can either be permanent or temporary, as specified -by the -t flag. In both cases, the device must be reset before the new address will become active. This can be done -with a 'soft' reset by specifying the -r flag, or a 'hard' reset by removing and replugging the device. -A 'hard' reset will cause the address to revert to the current non-volatile value. +prints the chip manufacturer's name, and the current BD_ADDR. If the IEEE OUI +index file "oui.txt" is installed on the system, the BD_ADDR owner will be +displayed. If the optional [new bdaddr] argument is given, the device will be +reprogrammed with that address. This can either be permanent or temporary, as +specified by the -t flag. In both cases, the device must be reset before the +new address will become active. This can be done with a 'soft' reset by +specifying the -r flag, or a 'hard' reset by removing and replugging the +device. A 'hard' reset will cause the address to revert to the current +non-volatile value. .PP .B bdaddr -uses manufacturer specific commands to set the address, and is therefore device specific. For this reason, not all devices are supported, and not all +uses manufacturer specific commands to set the address, and is therefore +device specific. For this reason, not all devices are supported, and not all options are supported on all devices. Current supported manufacturers are: -.B Ericsson, Cambridge Silicon Radio (CSR) -and +.B Ericsson, Cambridge Silicon Radio (CSR), Texas Instruments (TI) +and .B Zeevo .SH OPTIONS @@ -37,7 +42,8 @@ and Gives a list of possible commands. .TP .BI -i\ <dev> -Specify a particular device to operate on. If not specified, default is the first available device. +Specify a particular device to operate on. If not specified, default is the +first available device. .TP .BI -r Reset device and make new BD_ADDR active. @@ -54,7 +60,8 @@ devices only. .TP .I /usr/share/misc/oui.txt -IEEE Organizationally Unique Identifier master file. Manually update from: http://standards.ieee.org/regauth/oui/oui.txt +IEEE Organizationally Unique Identifier master file. +Manually update from: http://standards.ieee.org/regauth/oui/oui.txt .SH AUTHORS Written by Marcel Holtmann <marcel@holtmann.org>, man page by Adam Laurie <adam@algroup.co.uk> |