-
I have been running this for a while and it has been working flawlessly.
On my ESP that gets Emerald data to HA, I also pick up bluetooth from a couple of Xiaomi temperature sensors. That works we…
-
Originally posted here https://github.com/hbldh/bleak/issues/1491
* bleak version: 0.21.1
* Python version: 3.11.2
* Operating System: Linux rpi400 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.…
-
Hello. I have a win10 system with anaconda installed.
I have a rather simple code to test bleak connection (as demo.py does not work)
```
import time
import asyncio
from bleak import BleakScanner…
-
(I sent a [patch](https://patchwork.kernel.org/project/bluetooth/patch/20240822113226.223790-1-kupper.benedek@gmail.com/) some time ago, but the conversation got stuck due to the archaic limitations o…
-
### The problem
Every a few reboots bluetooth_proxy stop reporting any data. It can be solved by rebooting device. When the issue occurs log `[bluetooth_proxy:062]: Proxying packet from` is never p…
-
If GATT client requests MTU exchange 2 times, with first MTU larger then second MTU, BlueZ continues to use the first (larger) value. If client then reads a long characteristic it may get an error, as…
-
**Describe the bug**
According to GATT test spec zephyr(IUT) has to send two ATT_READ_MULTIPLE_VARIABLE_LENGTH_REQ commands to PTS, but in this case IUT sent only one ATT_READ_MULTIPLE_VARIABLE_LENGT…
-
Hello all:
I'm using AT command for ESP32 and create BLE GATT server OK,
but for read / write characteristic , only :
AT+BLEGATTSSETATTR—GATTS Sets Characteristic work fine (for write)
there is …
-
Hi, i tried to retrive notification from ANCS i found your topic on nkolban lib.
Here is my log:
********************
**Device connected**
74:19:6f:5d:a6:1b
********************
E (262016) B…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…