Hi,
I’m new in Java and Netbeans.
I’m creating a desktop application (using Java SE) to download sound files record with a digital stethoscope. The file will be transfer by Bluetooth.
Using the Bluecove API, I discover the stethoscope address (device.getBluetoothAddress).
Now, I would like to transfer the file from the stethoscope to the desktop application. I think I have to use the OBEX protocol but I’m not sure. And I don’t know what instruction I have to use.
Can you help me?
Thank you.
Best regards.