tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

TinyB exposes the BLE GATT API for C++, Java and other languages, using BlueZ over DBus.

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

After first connection to a device, when there is no bluez cache for it, trying to use service.find() to look for a characteristic causes SIGSEGV ``` # # A fatal...

Hi everyone! I'm trying to make some functionality, like android. The problem is that, when I write value to enablel nofitication to client configuration descriptor, I've got an error "Write...

I am using CMAKE 3.13+ the install will be incorrect. see log below the root cause might be incorrect place of `/usr/lib/pkgconfig/tinyb.pc` this should be `lib64` ``` Install the project......

Hi after first command: " cmake .. -DBUILDJAVA=ON" without errors, i lanched "make" but the command generate the following error: [ 32%] Linking CXX shared library libtinyb.dylib ld: library not...

### Good morning everyone, I am actually using **tinyb library for Java** on a **Raspberry Pi 3+** to scan for BLE devices. After a period of time (it can be...

I build the **tinyB** from source and used it in a Java app. (Ubuntu & Raspbian) When I run the App from IDE (intelliJ IDEA) it works fine, but after...

bug
enhancement

We would like to use it on the peripheral side on a raspi 3. So far i can see tinyb is only for the central side, right?

detail: zhangs-MacBook-Pro:build zhang$ gio --version 2.64.3 zhangs-MacBook-Pro:build zhangping$ brew reinstall glib ... ==> Reinstalling glib ==> Pouring glib-2.64.3.catalina.bottle.tar.gz .... zhangs-MacBook-Pro:build zhang$ cmake .. -- Checking for module 'gio-2.0>=2.40' -- Package...

I have a sketch running on an Arduino 101 which exposes one service (laserService) with 5 characteristics. One of these is write, 2 are notify and 2 are read characteristics....

bug

Although quite new to BLE technologies, I've had to climb a steep learning curve when I was given the responsibility to develop an application in java that responded to changes...