You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the example in a raspberry pi but I'm getting an error registering the application via d-bus. Below is what is getting printed in my syslog:
bluetoothd[487]: Failed to read "Includes" property of service
bluetoothd[487]: Failed to add service
bluetoothd[487]: Failed to create GATT service entry in local database
Is it a problem with some configuration of my setup?
The text was updated successfully, but these errors were encountered:
The same thing happened to me. I did some investigation and found a fix. The property "Includes" of GattService1 should point to the paths of the service's characteristics. Right now it only points to the paths of subservices. In the file GattService1.cpp I changed the addCharacteristic and removeCharacteristic function to this:
Hello
I'm trying to run the example in a raspberry pi but I'm getting an error registering the application via d-bus. Below is what is getting printed in my syslog:
Is it a problem with some configuration of my setup?
The text was updated successfully, but these errors were encountered: