gattlib/gattlib-py
Chris Thornton 80d26d702d Add types to gattlib_(dis)connect in gattlib-py
The return type defaults to int for connect, causing the pointer to get
corrupted. Similarly, the disconnect call needs to avoid truncating the
handle.
2020-04-06 23:16:42 +02:00
..
examples gattlib: Introduce helper function to select Eddystone devices 2019-07-15 18:04:11 +02:00
gattlib Add types to gattlib_(dis)connect in gattlib-py 2020-04-06 23:16:42 +02:00
README.md gattlib-py: Introduce 'setup.py' 2019-08-05 13:33:11 +02:00
TODO.md Initial Python support 2019-07-07 22:17:49 +02:00
setup.py gattlib-py: Introduce 'setup.py' 2019-08-05 13:33:11 +02:00

README.md

gattlib-py is a wrapper for gattlib library.