I'm new to Bluetooth development, and my knowledge is pretty much all accumulated from developers.android.com. I am very familiar with IP TCP sockets, and it looks like Bluetooth takes on the same structure.
What I am looking for, is once a connection to the WIIMote is made, how do I parse data from it? Is there a standard way that the wiimote represents its accelerometer data? Is there a standard way to send data to the LED lights? Is there a simplistic way to send audio to the speaker? Or does it need to be parsed into some form of binary?