Open larsblumberg opened 7 years ago
We tried Bluez last summer. Back then we encountered bug after bug. While the Bluez developers were quick to fix some of them, we realized that the BLE/GATT support wasn't developed to support advanced use-cases like ours. Maybe @Emill can provide more details
Thanks for sharing your insights! We've recently started using BlueZ via its D-Bus API and so far we're quiet happy, connectivity and event processing are very reliable so far. We're developing a Python library on top of BlueZ/D-Bus, maybe it turns out useful and you can contribute to it in the future.
I guess it indeed become quite useful. Congrats!
Hi! We're facing similar issues like you – we want to connect Bluetooth Low Energy peripherals with Linux. One reason you mentioned is that BlueZ has experimental features. I guess you're not talking about the Bluetooth Low Energy capability because its BLE/GATT API is marked as stable as of BlueZ version 5.42, released in September 2016.
Would you mind sharing your reasons against BlueZ for this SDK?