-
CentOS7
bluez-5.41-1.el7
3.10.0-514.26.2.el7.x86_64
git clone https://github.com/labapart/gattlib.git
cd gattlib
mkdir build && cd build
cmake -DGATTLIB_FORCE_DBUS=TRUE -DCMAKE_BUILD_TYPE=Debu…
-
Hi,
I am testing the library on a embedded device running bluez 5.45 and just want to create a simple connection to a GATT server and read a characteristic. I have looked at the read_write example …
-
Is possible to autoconnect a previously connected sensor when available?
-
Following your readme while trying to make the gattlib under a debian jessie throws the following errors:
pi@raspberrypi ~/gattlib/build $ cmake -DGATTLIB_FORCE_DBUS=TRUE ..
Build DBus gattlib for…
-
I'm sorry to ask this question as a newbie, but I don't know how to proceed further.
My goal is to use the bluetooth stack Bluez5.23 on a raspberry 3 using a cross compilation setup based on eclipse …
-
Am looking to use gattlib for a heart rate monitor app I'm building and building things went smoothly, but am having a problem connecting. It appears the latest raspberry pi image has a gatttool in /…
-
This is weird.
When trying notifications I receive just a few general notifications (less than 10) then:
```
Segmentation fault (core dumped)
```
After a few days trying to understand I decided…
-
The following command segfaults:
`# ./examples/gatttool/gatttool -b F7:35:49:55:35:E5 -I -t random`
This is using Bluez 5.23.
The result of backtrace in gdb:
`#0 0x000137e0 in cmd_connect (a…
-
Hi Olivier and dear devs.. I'm porting a C++ program of my own that was properly working with a RFDuino device also of my own. We were using QTBluetooth, and switched to pure C, so i went ahead and st…
-
```
on notification, handle: 0x21 -> 00:00:
on notification, handle: 0x21 -> 00:00:
on notification, handle: 0x21 -> 00:00:
(process:3835): GLib-CRITICAL **: Source ID 4 was not found when attem…
mlava updated
7 years ago