Hi Vinicius, On Mon, Sep 24, 2012, Vinicius Costa Gomes wrote: > Some services like HID over LE can reference another service using > included services. > > See Vol 3, Part G, section 2.6.3 of Core specification for more > details. > --- > attrib/gatt.c | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > attrib/gatt.h | 9 +++ > 2 files changed, 203 insertions(+) This one doesn't apply: Applying: gatt: Add support for find included services WARNING:LONG_LINE: line over 80 characters #107: FILE: attrib/gatt.c:335: + resolve_included_uuid_cb, resolve, NULL); Btw, if you guys are wondering why the stricter coding style checks, I've added the following to .git/hooks/pre-{commit,applypatch}: git diff --cached | ~/src/linux/scripts/checkpatch.pl --no-signoff --ignore INITIALISED_STATIC,NEW_TYPEDEFS,VOLATILE --show-types --mailback - You might want to do the same (with the correct path to checkpatch.pl)). And thanks to Luiz for the idea (he's using the same when applying patches). 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