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

Hello, I have a TI SensorTag, I was able to compile and run hellotinyb.cpp on a Joule 570x in Ubuntu 16.04. The program was able to recognize the SensorTag through...

I'm trying to collect the sensors data from cypress device but i'm getting those errors could you help me out.....

Testing the device connection notification causes this error I have bluez 5.43 Problematic frame: V [libjvm.so+0x8de5d6] Monitor::ILock(Thread*)+0xb6_

When a connected device (with enabled characteristic change notification) gets removed through an external tool (bluetoothctl or similar) then tinyb crashes and becomes unresponsive. Steps to reproduce: 1. BluetoothDevice.connect() 2....

Hello, I'm trying to find my service by UUID. the method bluetoothDevice.find(uuid) returns the service only after n seconds where n = number of services exposed. Ex: If the service...

I would like this feature, but i think that actualy this funcionality is not posible.

duplicate

Please update your README.md file with a correct supported version of BlueZ. It mentions BlueZ 5.37, but tinyb 0.5.0 does not work with it. It fails on BluetoothGattCharacteristic.readValue(), something to...

I tried to run a c++ program that just scans available devices and prints out the manufacturing data. If I run it several times (usually less than 10 times) I...