Hi Lukasz, On Thu, Sep 23, 2010, Lukasz Pawlik wrote: > Subject: [PATCH] Fix problem with EIR data when setting the name > > Previously changed BT fiendly name was not reflected until BT adapter reboot. > This patch fix this problem. Now changed name is reflected without need of > rebooting adapter. > --- > src/adapter.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/adapter.c b/src/adapter.c > index 9b638cf..0e9be5f 100644 > --- a/src/adapter.c > +++ b/src/adapter.c > @@ -1031,6 +1031,7 @@ static DBusMessage *set_name(DBusConnection *conn, DBusMessage *msg, > return failed_strerror(msg, err); > > adapter->name_stored = TRUE; > + update_ext_inquiry_response(adapter); > } > > done: Thanks for the patch. It has now been pushed upstream. 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