intel-iot-devkit / tinyb

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

Problem of getting Gatt Service #179

Open ddovnar opened 3 years ago

ddovnar commented 3 years ago

Hi everyone! I have a problem with getting Gatt-service through getServices() method. I don't see needed UUID of service, but I see it on method getServiceData(). Is it a bug, or may be I do something wrong?

AntistesSacrorum commented 3 years ago

Do you use enableServicesResolvedNotifications callback? Service resolving takes some time.