bluez_peripheral icon indicating copy to clipboard operation
bluez_peripheral copied to clipboard

A library for building BLE peripherals using GATT and bluez

Results 11 bluez_peripheral issues
Sort by recently updated
recently updated
newest added

Hi, Im using the library on Raspberry Pi 4 and I would like to have the ble advertisement runs without timeout. If i set the timeout property of Advertisement class,...

bug

Nice to meet you. I was looking for a Bluetooth LE module that would work in a debian12 environment and came across this module. This module is very stable and...

enhancement

- [x] Rewrite static documentation. - [x] Fixes for main README.md - [x] Include README.md in index (instead of having two main pages). - [x] Change to Furo theme -...

Automated testing does not currently properly evaluate integration with bluez since github actions cannot test interaction with bluetooth adapters.

enhancement

I have a functioning python program written using bluez-peripheral which, when started from the terminal, runs fine and allows me to connect to my bluetooth peripheral (raspberry pi) and do...

bug
question

I've had great fun with this library so far. Compared to other libraries I've used, it is super simple to create a peripheral and works very reliably. I've come across...

enhancement

Before release documentation needs updating to reflect the following new features: - [x] Defaulting to indefinite timeout (#28) - [x] Support for async attribute handlers (#21) - [x] The new...

documentation

### Add tests for untested functionality - [ ] Advert release callback - [ ] Remainder of util functions - [ ] Documentation example code - [ ] (Better) Async...

The dbus-next library is no longer maintained and has a number of serious issues. Consider replacing with a better maintained library such as https://github.com/python-sdbus/python-sdbus or porting to a different bluez...

enhancement

Hello, The apperance AD_TYPE is not mandatory. It shall not be included by default, as it restrain the amount of bytes available. Consider make it optional in the `Advertisement `constructor....

enhancement