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

A runtime exception is observed when trying to read a characteristic which has/represent an empty array: ``` java.lang.RuntimeException: Trying to read empty value at tinyb.BluetoothGattCharacteristic.readValue(Native Method) ~[?:?] ```

Hi Petre. Ideally the app would be able to register (and deregister) for callbacks when advertisements are received, which would allow the app to react to these temporally. For example,...

enhancement

Tinyb can obtain Attribute uuid, but how to obtain Attribute handle??

I need to be able to set the advertising data for a project I'm working on. This seems to be possible with Bluez, as per here: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/advertising-api.txt but I could...

I can not get some services when i use tinyb(hellotinyb.cpp), result as: ![image](https://user-images.githubusercontent.com/7780577/33421781-2f58d18a-d5ee-11e7-9916-410b0efe4084.png) But with gatttool as: ![image](https://user-images.githubusercontent.com/7780577/33421735-0d8ace32-d5ee-11e7-9157-ec4b44525038.png) why there have not 1800 and 1812 (uuid) service with tinyb? thanks!

When running the JVM with `-Xcheck:jni`, the following warning is printed ``` WARNING in native method: JNI call made without checking exceptions when required to from CallBooleanMethodV ``` This warning...

When running the JVM with `-Xcheck:jni`, the following warnings are printed ``` WARNING in native method: JNI FindClass received a bad class descriptor "Ljava/lang/String;". A correct class descriptor has no...

After some trial and error with different versions of BlueZ and TinyB, I've successfully gotten my Java application connecting to a custom BLE device, discovering it's services and characteristics and...

Hello, I've just downloaded and cmaked tinyb library, then installed. Now I have lib and include forlders created in /usr/local/. My question is how to integrate it with my Eclipse...

Hi, I'm running on Raspberry PI 3. device.getUUIDs() results in 3 entries but the call to device.getServices() results in 0 services. I checked the TROUBLESHOOTING.md and i have all set...