paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.13k stars 284 forks source link

Implemented UUID filters for peripheral_linux #60

Open cfreeman opened 8 years ago

cfreeman commented 8 years ago

Implemented UUID filters for DiscoverDescriptors, DiscoverCharacteristics & DiscoverServices for the linux version of peripheral.

cfreeman commented 8 years ago

This pull request fixes #24 (except for DiscoverIncludedServices which has no implemented at all).

roylee17 commented 8 years ago

LGTM. Thanks, @cfreeman

cfreeman commented 8 years ago

No worries. Let me know if there is anything else needed to get this merged.

NiklasMerz commented 6 years ago

Is there any progress on this?

@cfreeman Thank you for fixing this. I will use this in my fork

cfreeman commented 6 years ago

@NiklasMerz No problems. I don't think this library is being actively maintained. More recently I tried out https://github.com/muka/go-bluetooth -- Doesn't fight with bluez the way this library did, was reliable and is being actively maintained.