AndroidでBluetooth HIDデバイスのVendor ID/Product IDを確認する方法

bt_vidpid

キーボード、マウスなどの Bluetooth HID デバイスを Android に「接続」後、ADB shell かターミナルから次のコマンドを投げるだけです。

# cat /proc/bus/input/devices

I: Bus=0005 Vendor=054c Product=05af Version=0018
N: Name="Wireless Keyboard"
P: Phys=XX:XX:XX:XX:XX:XX
S: Sysfs=/devices/platform/omap/omap_uart.1/tty/ttyO1/hci0/hci0:11/input8
U: Uniq=XX:XX:XX:XX:XX:XX
……

太字の部分が Vendor / Product ID です。

Hatena Pocket Line

コメントを記入