This patch adds Connected property description to HealthChannel. It will be used to replace ChannelConnected and ChannelDeleted signals. These Signals was not currently generated. --- doc/health-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/health-api.txt b/doc/health-api.txt index 2c48ff2..8d4aa72 100644 --- a/doc/health-api.txt +++ b/doc/health-api.txt @@ -150,3 +150,9 @@ Properties string Type [readonly] Identifies the HealthApplication to which this channel is related to (which indirectly defines its role and data type). + + boolean Connected [readonly] + + Indicates if the HealthChannel is currently connected. + A PropertiesChanged signal indicate changes to this + status \ No newline at end of file -- 1.8.1.2 -- 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