最近在开发ble的相关app
遇到厂商提供的系统service如下图
可以看到他把ff02的service
下面分成两个区块,有点不是很清楚说,
他这是要针对c002去做r/w吗?
可是我直接对c002去做write又是无法正常work
12-21 10:04:40.748 12768-12768/com.example.android.bluetoothlegatt
W/BluetoothLeService: Ready to
write==================================================
12-21 10:04:40.748 12768-12768/com.example.android.bluetoothlegatt
W/BluetoothLeService: Set write characteristic done
12-21 10:04:40.748 12768-12768/com.example.android.bluetoothlegatt
W/BluetoothLeService: Failed to write characteristic
这边在写入就报失败了~
请问有人有遇到过这类的device吗?
那通常是怎么处理的?
谢谢~