Hi Sheldon, On Tue, Nov 23, 2010, Sheldon Demario wrote: > If the number of characteristics returned exceeds the MTU size, it will > be needed to ask for more data until the handle range is entirely > searched. > --- > attrib/gatttool.c | 24 +++++++++++++++++++++++- > 1 files changed, 23 insertions(+), 1 deletions(-) Thanks. > + if ((status == ATT_ECODE_ATTR_NOT_FOUND) && > + (char_data->start != opt_start)) > + goto done; No need for the extra () here. However, since it was the only issue I found I fixed it myself and pushed the patch 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