Hi Alfonso, On Tue, Oct 14, 2014, Alfonso Acosta wrote: > This patch allows plugins to be notified whenever an adapter receives > Manufacturer Specific Data in the advertising reports from a device. > > This can happen when new device is discovered or when we autoconnect > to it. > --- > src/adapter.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ > src/adapter.h | 10 ++++++++++ > 2 files changed, 54 insertions(+) This patch also doesn't compile (the error from the first patch might have gone away, but then there's this new one): src/adapter.c:4654:6: error: no previous declaration for ‘adapter_msd_notify’ [-Werror=missing-declarations] void adapter_msd_notify(struct btd_adapter *adapter, struct btd_device *dev, ^ cc1: all warnings being treated as errors make[1]: *** [src/bluetoothd-adapter.o] Error 1 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