我如何在android中更改BLE GATT Profile

时间:2017-06-08 01:34:59

标签: android bluetooth bluetooth-lowenergy uuid bluetooth-gatt

感谢阅读

即时启动在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 Class中,它使用UUID但没有引用Major和Minor。

请给我一些答案。

0 个答案:

没有答案