Hi Vinicius, On Thu, Oct 06, 2011, Vinicius Costa Gomes wrote: > The enconding and decoding of ATT pdus should be kept as much > free of dependences from other parts of the code as possible, so > it can be used in many contexts. > > In this case, for encoding and decoding notifications and indications > we did have to pass an instance of an attribute instead of direct > values. > --- > attrib/att.c | 45 +++++++++++++++++++++++++-------------------- > attrib/att.h | 9 ++++++--- > 2 files changed, 31 insertions(+), 23 deletions(-) Did you forget to include the changes to the places where this API is used? The source tree should remain compilable between each individual commit (to maintain e.g. bisectability) and that's not happening with your patch. 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