python-bluezero icon indicating copy to clipboard operation
python-bluezero copied to clipboard

A simple Python interface to Bluez

Results 33 python-bluezero issues
Sort by recently updated
recently updated
newest added

Hi ukBaz! I miss the pairing feature from this very nice library! If you don't mind adding this feature would be really helpful! There is an example code which I...

Dear ukBaz! Scenario: I have a characteristic with Write and and Indicate properties. When a central writes this characteristic, the peripheral notifies back the data. I think it is because...

Hello ukBaz! First many thanks for this great library! But sadly I have some issues at the moment, when advertising as a ble peripheral and starting a subprocess which searches...

Will be nice to have functionality like `tx_char.wait_for_notify()` in order to have possibility to write simple scripts of serial communication that works like: ``` tx_char.wait_for_notify() value = tx_char.value ``` I...

The Android version of the NRF Wifi Provisioning app expects Service Data instead of typical advertised service UUIDs. https://github.com/NordicSemiconductor/Android-nRF-Wi-Fi-Provisioner/blob/0094211ae252745dbd9b7805fb0e41ebd0f91cc6/app/src/main/java/no/nordicsemi/android/wifi/provisioning/scanner/ProvisioningData.kt#L56 Because their UUID is the full 128 bits, the advertisement fails...

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

Looks like all of our servers (peripherals) start with srv_id 1. What is srv_id zero? https://github.com/ukBaz/python-bluezero/blob/2b0aba891655bae44c1f281852d5669d5dc9db19/bluezero/peripheral.py#L35

I'm able to read out the current `DiscoverableTimeout` on an instance of `Adapter` but when I try to write it, I get the following exception: ```python >>> from bluezero.adapter import...

Thank you @ukBaz for your great work! In my [project](https://github.com/J0EK3R/mkconnect-python) I'm trying to send special BT-Advertising-Telegrams to control MouldKing Hubs. My platform is a Raspberry 4. I managed to send...