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

I tried to write a value on a characteristic and the code is blocking and neither throws any errors nor any other result is returned. Any idea?

I try to enable the notification of the movement sensor of a TI Simplelink Sensor TAG (http://www.ti.com/ww/en/wireless_connectivity/sensortag2015/) The full GATT-Table could be found at the end of this website: http://www.ti.com/ww/en/wireless_connectivity/sensortag2015/tearDown.html#main...

bug

I have tried to use the pair function to pair with a ble device and the pairing appears to have gone ok however after disconnecting i now cannot reconnect to...

bug

I am finding that in the example program asynctinyb.cpp the bluetooth manager find function does not seem to timeout if the device is not found . The program is stuck...

bug

Java API currently does not implement callbacks for BluetoothEvents.

enhancement

The find function should return a future when no timeout is set. This should be true for both C++ and Java.

enhancement

Add a function to BluetoothManager which starts discovery, finds and connects to a device, returning the device in question.

enhancement

I have noticed that there is no option for I timeout of the connection attempt: I was just wondering if that's a development choice or something obliged by the DBus...

enhancement