Hi Pavan On Sun, Jul 22, 2012 at 5:07 AM, Pavan Savoy <pavan_savoy@xxxxxxxx> wrote: > Now, I am interested to know whether the "Playing" needs to be > displayed or something like "Paused" along with another bit of info, > which is My-Song. > So, say to begin with I register for track-changed notification, now > to read the attributes of song again, but If I have to display > "Paused" then I will have to register for "Play Status" & I can get > only 1 of them at a time ? You can register multiple events simultaneously, the only problem is that you need to register again every time it changes. Apparently this idea of registration not being persistent came from AV/C spec, while doing support for VolumeChanged event I actually step in it see patch: AVRCP: Fix not registering to VolumeChanged event again when notified Its pretty broken design if you ask me, but one that we have to live with... -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html