I know that this have been already asked, but im prety needed for a feature that can give me the mac address, basicaly i need to distinguish to wiimotes, left wiimote from rigth wiimote.
Did you have any idea, or have made any improvement on the mac feature, any hint?
Thank you very much.
I know of no generic way to get at the MAC address at the HID level, which is how my library is talking to the device.
If you're using the latest version of my library, the ID or HIDDevicePath can be used to distinguish between Wiimotes.
But the ID or HIDDevicePath is not unique? or it is? I though that it was generated every time the application starts, or im wrong?
ID is unique per session. HIDDevicePath is unique as long as the Wiimote remains in the Bluetooth device list, which could be across reboots depending on the stack and how it connects things.
Ok, thank you very much for your quick respone