Hi Inga, > src/adapter.c | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- > src/adapter.h | 4 +- > src/dbus-hci.c | 7 ++-- > src/sdpd.h | 2 + > 4 files changed, 107 insertions(+), 9 deletions(-) as requested please split these properly into multiple patches. > diff --git a/src/sdpd.h b/src/sdpd.h > index 8fd8bbe..38677d3 100644 > --- a/src/sdpd.h > +++ b/src/sdpd.h > @@ -39,6 +39,8 @@ > > #define EIR_UUID16_SOME 0x02 /* 16-bit UUID, more available */ > #define EIR_UUID16_ALL 0x03 /* 16-bit UUID, all listed */ > +#define EIR_UUID32_SOME 0x04 /* 32-bit UUID, more available */ > +#define EIR_UUID32_ALL 0x05 /* 32-bit UUID, all listed */ > #define EIR_UUID128_SOME 0x06 /* 128-bit UUID, more available */ > #define EIR_UUID128_ALL 0x07 /* 128-bit UUID, all listed */ > #define EIR_NAME_SHORT 0x08 /* shortened local name */ And this should go into the initial patch listing all of these. 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