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 used tinyb successfully and I am scanning, connecting, retrieving svcs and chars, writing chars, and I am getting char data change notifications. All working. I am switching...

I'm attempting some modifications to add newer services like LEAdvertisement1. I noticed when modifying the existing org.bluez.xml file, then generating the code via `gdbus-codegen --interface-prefix org.bluez --generate-c-code generated-code --c-generate-object-manager org.bluez.xml`...

help wanted

I have been developing a BLE-TCP exchange application in C++ on a Raspberry-Pi (previously v.3+, now v.4). It sets up BLE connections to 3 different Arduinos, where I have written...

Greetings, it seems like it has been some time since this project has seen some activity from its maintainers (commits, issue discussions, reviews on pull requests, etc.). Is it still...

Hi All Thank you soooo much for taking time to read and reply on my problem. I have read another post on github that is remotely similar but does not...

Hi I have a peripheral device advertising usign 10 seconds advertising interval. With that ADV interval my C tinyB central device can not connect to it (but it can if...

It takes up to 10 seconds to connect to an peripheral device while the same device can be connected in less than 200 ms in iOS. What could be the...

Hi, When I try to connect to my BLE device through tinyb, I often have the exception Timeout was reached. While directly through bluez it connects without any problem and...

Hellow everyone > when `bluetoothDevice.connect()`,There is a exception as follows: ``` tinyb.BluetoothException: Timeout limit at tinyb.BluetoothDevice.connect(Native Method) at com.cnlod.bbtmonitor.scanner.ble.BleManager.connect(BleManager.java:116) at com.cnlod.bbtmonitor.scanner.ble.BleManager.connectDevice(BleManager.java:105) at com.cnlod.bbtmonitor.scanner.ble.AsyncBluetooth.readBleData(AsyncBluetooth.java:33) at com.cnlod.bbtmonitor.scanner.service.impl.BleCoreServiceImpl.processDataRecord(BleCoreServiceImpl.java:171) at com.cnlod.bbtmonitor.scanner.service.impl.BleCoreServiceImpl.deviceInit(BleCoreServiceImpl.java:145) at com.cnlod.bbtmonitor.scanner.service.impl.BleCoreServiceImpl.lambda$startScanner$0(BleCoreServiceImpl.java:104) at...