Any way to start_notify if the UUID characteristic has no Descriptor
See original GitHub issue- bleak version:0.14.3
- Python version:3.9
- Operating System:Android
- BlueZ version (
bluetoothctl -v
) in case of Linux:
Description
Trying to use start_notify function but getting errors like no descriptor, and after checking the bluetooth module there is no descriptor in the UUID characteristic , is there any way to still use start_notify without the descriptor.Using bluno bettle ble module
What I Did
On some forums I found solutions like using ‘gatt.setCharacteristicNotification’ but really confused as to call it where in the code.? Any idea how to go about it.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
BLE Browser API startNotifications() returns "GATT Error: Not ...
I've recently implemented a BLE notifications system on an ESP32 board. My system has a specific service uuid and a specific characteristic ......
Read more >Calling startNotifications() and getting "GATT Error
I have written a JS app that runs in the latest Chrome which, when it gets a ... have a suitable Client Characteristic...
Read more >Chapter 4. GATT (Services and Characteristics) - O'Reilly
So, characteristic value attributes no longer have types of services or characteristics, but rather concrete, specific UUIDs that can refer to a sensor’s ......
Read more >Source code for bleak.backends.winrt.client - Read the Docs
coding: utf-8 -*- """ BLE Client for Windows 10 systems, implemented with WinRT. ... If omitted, the OS Bluetooth stack will do what...
Read more >doc/gatt-api.txt - pub/scm/bluetooth/bluez - Git at Google
BlueZ D-Bus GATT API description ... Releasing a registered GATT service is not defined yet. Any ... True, if this characteristic has been...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Possibly related to #883.
This issue is about Android. If you have a problem on macOS, please start a new issue.