getsenic / gatt-python

Bluetooth GATT SDK for Python
MIT License
318 stars 86 forks source link

Update README with note about Bluez<=5.23 #21

Closed cal-id closed 6 years ago

larsblumberg commented 6 years ago

Thanks for your suggestion. I however wouldn't expect BlueZ < 5.38 to work. Only with BlueZ 5.42 the experimental flag for the GATT D-Bus API has been removed. That's why the doc states:

It is tested to work fine with BlueZ 5.44, slightly older versions should however work, too.

Your modification would suggest that BlueZ starting at 5.24 would work with this SDK what I totally doubt.

cal-id commented 6 years ago

Perhaps add something along the lines of your reply then?

Would be useful to qualify slightly as I (naively) assumed it meant a major version.

larsblumberg commented 6 years ago

What about It is tested to work fine with BlueZ 5.44, any release >= 5.38 should however work, too. ?

cal-id commented 6 years ago

Seems clear to me!

larsblumberg commented 6 years ago

Hi @neelotpalnag, you want to merge it?

papapumpkins commented 6 years ago

Sure! Merging & closing. Cheers @cal-id