pygattlib icon indicating copy to clipboard operation
pygattlib copied to clipboard

Results 18 pygattlib issues
Sort by recently updated
recently updated
newest added

The provided example in the docs does not work. It shows the following error message: `Traceback (most recent call last): File "/home/user/Documents/Python/ASHA/test.py", line 4, in devices = service.discover(timeout=5) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Boost.Python.ArgumentError:...

Since the Bluez update i can no longer connect from my laptop's bulit-in bluetooth to a BLE-controlled lamp (which uses a USR IOT WH-BLE 102 module). I have the following...

bug
deprecated

### What I'm trying to do? - I want to connect 25 ble sensors using 3 bluetooth adpeters(each supports about 11 ble devices) to a raspi. These BLE devices must...

**pip3 install gattlib** The following error repeats indefinitely. This comes after fixing a previous repeating error by manually installing glib-2.0 with sudo apt-get install libglib2.0-dev Seems that some dependencies are...

I have increased the MTU size. This allows me to receive more than 20 bytes of data. However, I still can't send more than 20 bytes. Output from python console:...

## System ### Software - **Operating System: Debian GNU/Linux 11 (bullseye)** - **Python Version: 3.9.2** - **gattlib Version: 0.20201113** ### Hardware ``` hci0: Type: Primary Bus: USB UP RUNNING RX...

Seems that gattlib has issues with python 3.10.0, they have forced a few things around C bindings. See error below, is easy fix? Thanks! ``` Successfully built gattlib Installing collected...

How should one implement notification receiving? I tried with the following: ![githubra](https://user-images.githubusercontent.com/91727069/135595723-355264be-29d5-459e-872f-846e8f9898bd.jpeg) I tried by sending the required data to the handle which is greater by the desired service's handle...

Hi. I have got a problem with reading characteristic using read_by_uuid function. This is full characteristic value: ![239425535_237740064896546_4954214041111378117_n](https://user-images.githubusercontent.com/89576620/130933357-3b9472e2-50dd-408a-be54-5c925c6bab1f.jpg) Here is my code: >from gattlib import DiscoveryService >import sys >from gattlib...

Hello, recently I've tried to install gattlib via sudo -H python -m pip install gattlib, where python points to python2 ( 2.7 ) but it was unsuccessful and it threw...