From be75a19deb9c36a29a3724311d338424759f3a88 Mon Sep 17 00:00:00 2001 From: Vincent Abt Date: Thu, 23 May 2024 22:05:35 +0200 Subject: [PATCH] mention fix in changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b811c574..93eb5868 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,9 @@ Fixed ----- * Fixed ``discovered_devices_and_advertisement_data`` returning devices that should be filtered out by service UUIDs. Fixes #1576. +* Fixed a ``Descriptor None was not found!`` exception occurring in ``start_notify()`` on Android by adjusting + the ``CLIENT_CHARACTERISTIC_CONFIGURATION_UUID`` to 128 bit plus the Bluetooth base UUID. Fixes #822 and + #823. `0.22.1`_ (2024-05-07) ======================