【无标题】

Android
BluetoothGattCharacteristic的
setValue(byte[] value)方法
writeCharacteristic(BluetoothGattCharacteristic characteristic)方法
过期

此方法在API级别33中已被否决。推荐用此方法
将特征值直接传入BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic, byte[], int)返回BluetoothStatusCodes.SUCCESS表示成功

你可能感兴趣的:(Android,Ble,API33)