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

Could you please add the instructions to build the gatttool to the README.md? After building the main package as described in README.md, I tried to build examples/gatttool using the same...

Debian 11 bluez 5.55-3.1 libdbus-1-3 1.12.20-2 libc-bin 2.31-13+deb11u3 libpython3.9:amd64 3.9.2-1 libglib2.0-0:amd64 2.66.8-1 jklug@jakDebian11:\~/gattlib/build$ ./examples/discover/discover CC:78:AB:7E:87:07 gattlib_discover: Device 'CC:78:AB:7E:87:07' cannot be found gattlib_discover: Fail to connect to the bluetooth device. jklug@jakDebian11:\~/gattlib/build$...

Hi, Thanks for creating very useful library. So far everything is good except that I'm not able to receive notifications from our device. 1. The function gattlib_notification_start() doesn't return any...

I want to get rssi for all the scanned devices I tried using the api gattlib_get_rssi_from_mac but it returns rssi=0 always. Please help

--------------file: gattlib_notification.c --------------method: static gboolean on_handle_characteristic_property_change( OrgBluezGattCharacteristic1 *object, GVariant *arg_changed_properties, const gchar *const *arg_invalidated_properties, gpointer user_data) --------------------------- while(g_variant_iter_loop (iter, "{&sv}", &key, &value)){ ..... g_variant_unref(value); } g_variant_iter_loop awalys memory 264kb increasing...

while(true){ if(!mAdapter){ return false; } int ret = gattlib_adapter_scan_enable(mAdapter, ble_discovered_device,BLE_SCAN_TIMEOUT, this); if(ret){ printf("failed to scan\n"); gattlib_adapter_scan_disable(mAdapter); return false; } gattlib_adapter_scan_disable(mAdapter); }

I have found some memory leaks with gattlib and glib. For gattlib, I am getting a memory leak from "gattlib_adapter_open". I observed leaks in glib also. this block leaking too...

Hi, I used **notification .c** code to test receiving data from Nexgo-POS-BLE device.It was able to recive correct data but was crashing with following error: **Notification Handler: 30 30 30...

I am facing GDBus error while establishing connection with the BLE device frequently via Raspberry Pi 3. Mostly connection establishes successfully but every now and then the following error appears,...

git clone `https://github.com/labapart/gattlib/` ``` [petrkr@pkdell build (master=)]$ cat /tmp/sphinx-err-l640ecfs.log # Sphinx version: 2.4.4 # Python version: 3.8.2 (CPython) # Docutils version: 0.14 # Jinja2 version: 2.11.1 # Last messages: #...