I’m programing a desktop application to communicate with a stethoscope using Bluetooth. Initially I would like to use OBEX, but I’m verify the services available, using the code in this page: http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/#more-21
I got the following result:
*Starting device inquiry...
Device Inquiry Completed.
Bluetooth Devices:
1. 002484006FFB (M3200 0010030000286675 )
Choose the device to search for Obex Push service : 1
Searching for service...
Device does not support Object Push.
BlueCove stack shutdown completed*
Someone know what alternative to OBEX I have to transfer a file, from a stethoscope to a desktop application?