sputnikdev / eclipse-smarthome-bluetooth-binding

Eclipse SmartHome Bluetooth Binding
46 stars 10 forks source link

Export GATT specs package as well #54

Closed xrucka closed 5 years ago

xrucka commented 5 years ago

When implementing custom GATT parsers, one needs to access gatt specifications. This commit exports bluetooth-gatt-parser subpackage required to do so, so that custom parsers do not have to bundle their own.

Coupled with bluetooth-gatt-parser/#7