I was looking in a way to debug signal coming from BlueZ. Currently I am trying to debug a problem I am facing with a framework (Iotivity) and was looking in a way to debug the proxy dbus objects and its signals.
The problem is that I have a method that is coect to the g-properties-changed signal of a characteristics (GATT) proxy object that should be fired when I receive data from my device. This is the line of code that I am talking about. I can see the data coming from the btmon and hcidump tools but that callback never gets called.
So the main question is, is there a tool to debug dbus signals and proxy objects. A tool that I can use to fire a signal or see the signals being fired ?
Here are some logs that might be useful. (BlueZ, Iotivity and hcidump logs) http://pastebin.com/FWcRE3Uz
