labapart / gattlib

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

Handle autoconnections on gattlib_connect() #22

Closed twonav closed 7 years ago

twonav commented 7 years ago

Is possible to autoconnect a previously connected sensor when available?

oliviermartin commented 7 years ago

Yes it is possible. And I think it is even possible at bluez level (to be confirmed). Or you can keep track of the sensor in your program. But I do not think auto-connection support should be added to the library.