Hi Lizardo, On Tue, Oct 02, 2012, Anderson Lizardo wrote: > + void SetRinger(string mode) > + > + This method is only called if "ringer" alert category > + is specified when registering the agent. > + > + Set ringer to the specified mode. If mode is "enabled", > + ringer is set to the default mode, as defined by the > + current active profile. If mode is "disabled", ringer > + will not activate on incoming calls, until it is set > + back to "enabled" mode. > + > + Possible Errors: org.bluez.Error.InvalidArguments Since you've used a string here instead of a boolean is it correct to assume that you want to maintain the capability of extending the possible values to more than just "enabled" and "disabled"? Does the current profile/service specification already proved more possibilities than these two values? Johan -- 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