【发布时间】:2010-08-17 08:24:07
【问题描述】:
我编写了一个示例代码来发现蓝牙耳机(jabra BT2035)。 参考http://developer.android.com/guide/topics/wireless/bluetooth.html#DiscoveringDevices
但它只能发现我的笔记本电脑。如果我的笔记本电脑启用了蓝牙并设置了启用可发现性。
SDK文档sn-p:
android.bluetooth.device.action.FOUND"
public static final String ACTION_FOUND
Since: API Level 5
Broadcast Action: Remote device discovered.
Sent when a remote device is found during discovery.
我认为远程设备是指除蓝牙耳机之外的远程笔记本电脑。 有人可以帮忙吗?
非常感谢。 BR, 佩罗
【问题讨论】:
-
您是否验证了标准的内置 Android 蓝牙管理活动是否能够定位您的耳机??
标签: android