We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduced in API level 33: https://developer.android.com/reference/android/bluetooth/BluetoothGatt#writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic,%20byte[],%20int)
The previous writeCharacteristic method has been deprecated, and now carries this warning:
writeCharacteristic
This method was deprecated in API level 33. Use BluetoothGatt#writeCharacteristic(BluetoothGattCharacteristic, byte[], int) as this is not memory safe because it relies on a BluetoothGattCharacteristic object whose underlying fields are subject to change outside this method.
The text was updated successfully, but these errors were encountered:
A good example of this implementation is at capacitor-community/bluetooth-le#572
Sorry, something went wrong.
Example code snippet in #997
Also relates to #1006
Use Android v33 writeCharacteristic (#985)
9ad7627
e230b5b
9f4aa88
peitschie
No branches or pull requests
Introduced in API level 33:
https://developer.android.com/reference/android/bluetooth/BluetoothGatt#writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic,%20byte[],%20int)
The previous
writeCharacteristic
method has been deprecated, and now carries this warning:The text was updated successfully, but these errors were encountered: