谢谢阅读
我在 android 和 ble 中启动
只是我想修改 BLE 的 GATT 配置文件,例如)UUID、Major、Minor 等。
我找到两个文档 https://developer.android.com/reference/android/bluetooth/BluetoothGatt.html https://developer.android.com/reference/android/bluetooth/BluetoothGattCharacteristic.html
使用这两个文档,我可以修改 Gatt 配置文件以使用 BluetoothGatt(它是一个类)的 writeCharacteristic(BluetoothGattCharacteristic 特性)(这是方法)吗?
在 BluetoothGattCharacteristic 类中,它使用 UUID 但没有参考主要和次要。
请给我一些答案。