Hi Fred, > src/adapter.c | 61 ++++++++++++++++++++++++++++++++------------------------- > 1 file changed, 34 insertions(+), 27 deletions(-) > > diff --git a/src/adapter.c b/src/adapter.c > index 40df4a1..85c5da9 100644 > --- a/src/adapter.c > +++ b/src/adapter.c > @@ -118,6 +118,8 @@ struct service_auth { > struct btd_adapter_config { > char *name; > uint8_t class[3]; > + uint8_t mode; > + uint8_t on_mode; > }; here you have to do the real hard work to map this to proper modes within management interface. Regards Marcel -- 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