question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created a year ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dlechcommented, Jul 13, 2022

Possibly related to #883.

1reaction
dlechcommented, Jun 8, 2022

have to read the weight from a Mi Smart Scale 2 scale via Mac.

This issue is about Android. If you have a problem on macOS, please start a new issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found