Bluetooth 在Raspbian中更改蓝牙mac地址

Bluetooth 在Raspbian中更改蓝牙mac地址,bluetooth,raspberry-pi,raspbian,Bluetooth,Raspberry Pi,Raspbian,嗨,我需要从我的设备更改蓝牙mac地址。我已经从下载了bdaddr实用程序!我编译了它 然后 wget -U "Mozilla" http://www.petrilopia.net/wordpress/wp-content/uploads/bdaddrtar.bz2 ... mv bdaddrtar.bz2 bdaddr.tar.bz2 tar xvjf bdaddr.tar.bz2 cd bdaddr sudo apt-get install libbluetooth-dev ... mak

嗨,我需要从我的设备更改蓝牙mac地址。我已经从下载了bdaddr实用程序!我编译了它

然后

wget -U "Mozilla" http://www.petrilopia.net/wordpress/wp-content/uploads/bdaddrtar.bz2
...
mv bdaddrtar.bz2 bdaddr.tar.bz2
tar xvjf bdaddr.tar.bz2
cd bdaddr 
sudo apt-get install libbluetooth-dev
...
make

为什么我不能写地址?有什么想法吗


感谢

bdaddr实用程序不是bluez软件包的一部分,因为它使用特定于制造商的代码,因此不适用于所有设备

pi@raspberrypi ~/bdaddr $ hcitool dev
Devices:
    hci0    00:1F:81:00:08:30
pi@raspberrypi ~/bdaddr $ hciconfig
    hci0:   Type: BR/EDR  Bus: USB
    BD Address: 00:1F:81:00:08:30  ACL MTU: 1021:4  SCO MTU: 180:1
    UP RUNNING PSCAN ISCAN 
    RX bytes:2296 acl:0 sco:0 events:100 errors:0
    TX bytes:1081 acl:0 sco:0 commands:98 errors:0
pi@raspberrypi ~/bdaddr $ sudo ./bdaddr -i hci0 00:1F:81:00:48:30
Manufacturer:   Cambridge Silicon Radio (10)
Device address: 00:1F:81:00:08:30
New BD address: 00:1F:81:00:48:30

Can't write new address