Marcel Holtmann de www.bluez.org
renaming of Bluetooth HCI interfaces is not supported. Just give the name as parameter to the script you are executing. udev actually knows the name of the Bluetooth HCI interface.
Eu quero um mapeamento estável entre o hardware bluetooth e o hciX em / sys / class / bluetooth, semelhante à forma como o wlanX mapeia para os chips wifi.
Eu escrevi uma regra do udev. A regra está combinando corretamente pelo vendedor / produto. Mas como eu realmente mudo o nome? Com wlan, eu posso simplesmente especificar NAME="wlan0". Obrigado!
SUBSYSTEM="bluetooth", ATTRS{idVendor}=="foo", ATTRS={idProduct}="bar", RUN+="some_no_op_script.sh"
Marcel Holtmann de www.bluez.org
renaming of Bluetooth HCI interfaces is not supported. Just give the name as parameter to the script you are executing. udev actually knows the name of the Bluetooth HCI interface.
Tags bluetooth udev linux arch-linux