Closed philips77 closed 2 years ago
This PR makes use of the new Bluetooth LE API added in Android 13 (API 33). It solves #419.
Still, characteristic.setValue(..) and descriptor.setValue(..) are used in some places for:
characteristic.setValue(..)
descriptor.setValue(..)
Beside that, the PR removes some warnings here and there.
This PR makes use of the new Bluetooth LE API added in Android 13 (API 33). It solves #419.
Still,
characteristic.setValue(..)
anddescriptor.setValue(..)
are used in some places for:Beside that, the PR removes some warnings here and there.