蓝牙重新连接到最后连接的外围设备

时间:2014-06-16 12:52:55

标签: android bluetooth-lowenergy android-bluetooth reconnect

我使用Android中央设备同时连接一个外围设备。当中央再次检测到其广告时,如何重新连接到上次连接的外围设备?我该怎么做才能得到这个? Android是否需要保护外围设备?

我对public BluetoothGatt connectGatt (Context context, boolean autoConnect, BluetoothGattCallback callback)感到困惑。我不确定布尔autoConnect是否有用,因为doc。说:

  

是否直接连接到远程设备(false)或   一旦远程设备可用,就自动连接   (真)。

"变得可用"我不清楚。这是什么意思?

1 个答案:

答案 0 :(得分:0)

如果此信息对其他人有用,我最终做的就是启动扫描并连接到最后连接的设备地址的服务。

不知道autoConnect参数究竟是做什么的。我尝试将此参数设置为truefalse值并且我没有检测到不同的性能。