-
I've noticed two missing characteristics in one of the primary services with bluez (version 5.63 and Git master).
*btgatt-client* gave this debug output:
```
[GATT client]# gatt: Failed to insert…
-
**Is your enhancement proposal related to a problem? Please describe.**
When a server has certain capabilities expressed by the GATT services, it can add the UUIDs of those services to its advertisin…
-
**Is your feature request related to a problem? Please describe.**
I am currently attempting to use this firmware with a Python application. I would like to align the sensor data with the time coming…
-
Hi!
In the [Normative References](https://webbluetoothcg.github.io/web-bluetooth/#normative) section, some links return with error 403 "forbidden":
https://developer.bluetooth.org/gatt/characteris…
-
how to stop main loop, because there is blocking, and and I can't call stop function, this my code
import gatt
manager = gatt.DeviceManager(adapter_name='hci0')
class AnyDevice(gatt.Device):
…
-
My iOS development device is constantly caching the gatt services and characteristics and won't forget them for 24 to 48 hours. Even with a restart and bluetooth off/on, it's so sticky and really slo…
-
### Discussed in https://github.com/h2zero/NimBLE-Arduino/discussions/707
Originally posted by **Tirus42** August 11, 2024
Hello together,
I am working on a BLE remote control interface wit…
-
* bleak version: 0.21.1
* Python version:3.8.10
* Operating System: windows
I am facing this problem of connecting to service . though it scan devices around you and make connection without any pro…
-
```
It would be great to have wrappers for the Bluetooth Low Energy features added
in the recent version(s) of BlueZ, to allow for the following features to be
controlled from a python application:
…
-
**Describe the solution you'd like**
If GATT Services are registered/unregistered only before Bluetooth is enabled, the GATT database would not change (from remote device's perspective). We could all…