Hi Michal, > Previously devices list was cleared when selecting new default > controller. Now devices list is preserverd allowing to list and suggest > devices for default controller even after changing the default > controller. > --- > Makefile.tools | 2 +- > client/main.c | 262 +++++++++++++++++++++++++++++++++++++++++---------------- > 2 files changed, 189 insertions(+), 75 deletions(-) > > diff --git a/Makefile.tools b/Makefile.tools > index 7706dc7..944c8e9 100644 > --- a/Makefile.tools > +++ b/Makefile.tools > @@ -10,7 +10,7 @@ client_bluetoothctl_SOURCES = client/main.c \ > client/gatt.h client/gatt.c \ > monitor/uuid.h monitor/uuid.c > client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \ > - -lreadline > + -lreadline src/libshared-mainloop.la I have no idea on how this is going to work. It would need to be libshared-glib.la first of all, and second of all, what would you be using in a D-Bus client that justifies using it. 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