我正在尝试为google glass写一个应用程序,以定期(800毫秒)读取stickNFind信标的RSSI值,我需要连接到gatt服务器。 当我尝试在BluetothLE模式下连接到gatt服务器时,它会立即断开连接。
当我使用此连接到gatt服务器时:
mConnectedGatt = btDevice.connectGatt(this,false,mGattCallback);
我在回电中得到了这个:
onClientConnectionState() - status = 0 clientIf = 4 device = E1:FC:AF:DB:E3:FC
然后我不情愿地在回电话中得到这个:
onClientConnectionState() - status = 62 clientIf = 4 device = E1:FC:AF:DB:E3:FC
相同的代码在我的nexus 7上工作正常。 有没有人知道Google Glass的支持是否足以连接到gatt服务器?
我不明白状态62代码...请帮忙