wandersnail / easyble-x

A simple framework for Android Bluetooth Low Energy (BLE)
Apache License 2.0
154 stars 34 forks source link

华为m20p写入128数据就会断开蓝牙 #35

Open f262866551 opened 1 year ago

f262866551 commented 1 year ago

连接蓝牙后会报 @Override public void onRequestFailed(@NonNull Request request, int failType, int gattStatus, @Nullable Object value) { if (gattStatus != -1) { switch(gattStatus) { case BluetoothGatt.GATT_REQUEST_NOT_SUPPORTED: ToastUtils.showShort("请求不支持"); break; default: break; } } }

f262866551 commented 1 year ago

但是应用市场那个就能正常传数据

ylmyg commented 1 year ago

应用市场蓝牙宝能在三星上搜索出广播,用开源的就是不行。。。