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

Is it just me or is the connection time unbearably slow? Using on custom nrf51 boards, but the ble_scan also connects super slowly to all other ble devices in range....

Hello, I'm trying to test read_write example with a bluetooth multimeter. It works fine with gatttool : writing 0x0100 value to handle 0x015 make the device send data through notification...

I can see you have a flag to force use of dbus but is there a way to force gattlib to compile without dbus? I want to try the gatttool...

When cmake -DBLUEZ_VERSION=4.xx,it will use bluez lib as the core gatttlib. 1.But the CMakeLists.txt ,target_compile_definitions(gattlib PUBLIC -DGATTLIB_LOG_LEVEL=${GATTLIB_LOG_LEVEL}) before add_library gattlib. 2.Also miss typedef struct _GAttrib GAttrib in gattrib.h 3.Miss gattlib_characteristic_free_value...

> Build DBus gattlib for Bluez v5.66 > -- Checking for one of the modules 'libpcre' > CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:894 (message): > None of the required 'libpcre' found >...

Hello, it is possible to use this library to scan BLE beacons to get parameters like uuid, major, minor, rssi, etc? The `ble_scan` example doesn't seem to work this way.

- If ServiceData cannot be retrieved, obtain only the Service UUID.

- gattlib version: Release 0.7.2 - Debian testing (trixie) - bluez: 5.77-1 - 8087:0032 Intel Corp. AX210 Bluetooth `examples/notification/notification` sometimes scan discovers nothing, and never timeout, just stuck there. Ececuting...

I'm new to BLE development, and we're using Linux (ubuntu) with the latest version of GattLib (0.7.2). When we call the gattlib_connect function, the callback (on_device_connect) is only invoked when...