gattlib icon indicating copy to clipboard operation
gattlib copied to clipboard

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

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

This is a fix for issue 31 where there is an occasional race condition because the glib GMainContext g_gattlib_thread->loop_context is run in two threads (explicitly not allowed in glib documentation)....

It would be nice if the license of the project would be visible on the github landing page or if there'd be information in the README.md. Currently you have to...

I installed gattlib from git repository, built on my ubuntu 18.04 x86_64. It runs well, except using memory very quickly and seems never free occupied memory. My code as following:...

arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -ltinfo

enhancement

I was informed by email that `gattlib` fails with the assertion: `(process:1191): GLib-GIO-CRITICAL **: g_dbus_connection_signal_subscribe: assertion 'object_path == NULL || g_variant_is_object_path (object_path)' failed` ... when the address is malformed. In...

bug

Hello thank you for your work.. I am attempting to read the temperature off of a TI sensor tag using your read_write program: I am doing the following: >./read_write 54:6C:0E:52:F9:1F...

Executing the nordic uart example gets me the following error: Fail to find NUS TX characteristic. Does anyone have a idea what i am doing wrong? The nrf52840 is working...

I tried to scour the web for an answer before asking. I have a BLE device that has one main char handle I need to write and read from. on...

I am running a modified version of gattlib ble_scan example from VS2017 for Linux. But instead of gattlib_connect() function I use gattlib_connect_async() function. The problem I observe is that the...

When trying to build gattlib for Raspbian GNU/Linux v 9 (stretch) for Raspberry Pi 3 on Ubuntu v 16.04.2, having installed BlueZ v 5.49 and Linaro cross-compiler v 4.9, I...