FastBle icon indicating copy to clipboard operation
FastBle copied to clipboard

写入失败GattException{gattStatus=133} BleException { code=101, description='Gatt Exception Occurred! '}

Open leonfree888 opened this issue 7 years ago • 3 comments

这个什么问题

leonfree888 avatar Nov 14 '18 06:11 leonfree888

我觉得你可能需要在两次操作之间延时一小段时间,也许会解决你的问题。

Jasonchenlijian avatar Nov 28 '18 14:11 Jasonchenlijian

133应该是适配问题, BluetoothDevice bluetoothDevice= mDatas.get(position); //连接设备 tvSerBindStatus.setText("连接中"); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { mBluetoothGatt = bluetoothDevice.connectGatt(MainActivity.this, true, gattCallback, TRANSPORT_LE); } else { mBluetoothGatt = bluetoothDevice.connectGatt(MainActivity.this, true, gattCallback); }

fangood avatar Jan 14 '19 09:01 fangood

请问这个问题解决了么

523931340 avatar Oct 05 '20 12:10 523931340