labapart / gattlib

Library to access GATT information from BLE (Bluetooth Low Energy) devices
http://labapart.com/
436 stars 157 forks source link

Async callbacks added (#184 PR) #185

Open jdavidberger opened 3 years ago

jdavidberger commented 3 years ago

This PR is the requested changes from #184.

Currently the DBUS implementation for both is effectively synchronous but is a reasonable API to expand async calls into without breaking the library consumer.