PDA

View Full Version : Programming J2ME application which communicates with a bluetooth mouse



crazyfuturamanoob
September 8th, 2009, 04:14 PM
I want to make a J2ME application which can communicate with a bluetooth mouse. I'm going to write a J2SE version first for PC, so I learn how to do it.

But I'm not going to write the code from scratch. Instead, I'm going to copy/port the Linux drivers code to Java. But how do I get started? Where are the Linux bluetooth drivers' source files?