intel-iot-devkit / tinyb

TinyB exposes the BLE GATT API for C++, Java and other languages, using BlueZ over DBus.
MIT License
255 stars 114 forks source link

Failing to retrieve services. #119

Open sirtow opened 7 years ago

sirtow commented 7 years ago

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 . Any advice on where to dig? Thank you

ptzafrir commented 7 years ago

Can you get the services using bluez CLI tool bluetoothctl?

andy-huaan commented 7 years ago

I have the same problem @sirtow @ptzafrir
Duplicate of #123

daviessm commented 6 years ago

Try this: https://github.com/intel-iot-devkit/tinyb/issues/123#issuecomment-338760768