labapart / gattlib

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

Is that possible to connect multiple devices using gattlib c code? #198

Open SONACHAI1234 opened 3 years ago

SONACHAI1234 commented 3 years ago

I need to handle multiple devices and notification handler using gattlib is there possible to using gattlib or I should take another approach?

If I can not then how can I function multiple devices with one central using bluez stack. Please provide a reference it is appreciated.