【发布时间】:2011-04-26 17:15:06
【问题描述】:
我正在编写一个桌面应用程序以使用蓝牙与听诊器进行通信。 最初我想使用 OBEX,但我正在使用此页面中的代码验证可用的服务: http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/#more-21
我得到了以下结果:
*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*
有人知道我必须将文件从听诊器传输到桌面应用程序的 OBEX 替代方案吗?
【问题讨论】: