gattlib icon indicating copy to clipboard operation
gattlib copied to clipboard

Library to access GATT information from BLE (Bluetooth Low Energy) devices

Results 88 gattlib issues
Sort by recently updated
recently updated
newest added

I have two BLE devices,I need to connect them all,I reade the examples ,But it seems to connect one device only,,,I do not how to do it with gattlib.could you...

gattlib is great, and does everything I need with one exception: I would like to scan and receive **ALL** beacon reuquests even if they have been seen before. This is...

Closes https://github.com/labapart/gattlib/issues/291

pcre is used indirectly by glib-2.0 https://github.com/labapart/gattlib/blob/master/CrossCompilation.cmake#L73 and no functions from it are called from the code directly, in particular it is only explicitly linked in the example and test...

while compiling the code it shows async_gatt.c:42:24: error: unknown type name ‘gatt_connection_t’; did you mean ‘gatt_connect_cb_t’? 42 | static void connect_cb(gatt_connection_t* connection) { | ^~~~~~~~~~~~~~~~~ | gatt_connect_cb_t async_gatt.c: In function...

```shell -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info -...

I have modified the Owon multimeter program "owonb35.c" from: https://github.com/DeanCording/owonb35 to work with the current gattlib version (0.7.2). The original code could connect to the device without doing a scan...

Can this library create a ble service so that other clients can connect and transfer data? If so, please provide a demo, thanks