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

Hi, I have bluez 5.47 and Glib-2.0 and dbus 1.8.2. the example for SensorTag can compile but when i want to run it then i get at discovering the characterstic...

I am not able to detect all ble devices, there are 150+ beacons in room but i am able to detect only 60~70 beacons and it takes about 1 minute...

BluetoothManager::get_devices() seems to return a list of all devices it ever seen rather than the ones that are currently in range. Expected behavior should be similar to `hcitool lescan` which...

enhancement

Calling BluetoothDevice.getTxPower BluetoothDevice.getBluetoothType result in java.lang.UnsatisfiedLinkError: tinyb.BluetoothDevice.getTxPower()S java.lang.UnsatisfiedLinkError: tinyb.BluetoothDevice.getBluetoothType()Ltinyb/BluetoothType; Bluez 5.43 and 0.5.0 tinyb

bug

Hello. TinyB library support write value by UUID. But in my case one UUID hava many handle and value. `[CC:78:AB:6C:97:00][LE]> char-read-uuid 00002902-0000-1000-8000-00805f` `handle: 0x001f value: 00 00` `handle: 0x0025 value:...

enhancement
help wanted

I want to get the value of the BLE device for every 3 seconds and I found out that when my BLE device is not connected, the RSSI is updated...

Hi there, you have been doing a great job guys, keep up! Just noticed that TinyB actually discovers all devices, including those that do not support BLE (or just do...

Hi, I'm trying to get the list of services on my BLE device and observe a weird thing. When I get the services normally through gatttool I obtain this result:...

Sorry yesterday, I got confused describing the error. Command cmake .. -DBUILDJAVA=ON -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ finished and run ok: Command "make" give this error: [ 3%] Building CXX object src/CMakeFiles/tinyb.dir/BluetoothObject.cpp.o In...

Hello. I use library run three same program on one Intel edison board, It's gone wrong. It's perfect run two same program at same time. but when I execute the...