我启动了一个项目,在该项目中我们正在实现BLE来访问BLE,从而在android中启用设备。但是我的问题是,我们要通过我们的android手机更改BLE启用设备设置吗?

如果通过另一种方式在android中执行此操作以更改远程设备设置,请提供任何帮助,建议和教程,我们将不胜感激。谢谢....

最佳答案

是的,我们可以通过BluetoothGattCharacteristic的writeCharacteristic方法更改BLE设备的特性。如果特定的BLE设备服务具有写入属性。

参考链接


https://developer.android.com/guide/topics/connectivity/bluetooth-le.html
https://developer.android.com/reference/android/bluetooth/BluetoothGattCharacteristic.html
http://www.allaboutcircuits.com/projects/how-to-communicate-with-a-custom-ble-using-an-android-app/
https://github.com/NordicSemiconductor/Android-nRF-Toolbox

10-07 19:13
查看更多