Hi Johan, On Tue, Apr 29, 2014 at 10:16 AM, Johan Hedberg <johan.hedberg@xxxxxxxxx> wrote: > Hi, > > On Tue, Apr 29, 2014, Lukasz Rymanowski wrote: >> Write callback is now attached to characteristics and descriptors >> registered by Android app. >> >> Transaction id is generated and stored in gatt_app together with request >> data(device ptr, cmd opcode etc). >> --- >> android/gatt.c | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- >> 1 file changed, 100 insertions(+), 2 deletions(-) >> >> diff --git a/android/gatt.c b/android/gatt.c >> index 2eb5b18..09eae80 100644 >> --- a/android/gatt.c >> +++ b/android/gatt.c >> @@ -82,6 +82,10 @@ struct gatt_app { >> >> /* Valid for client applications */ >> struct queue *notifications; >> + >> + /* Transaction data valid for server application */ >> + int32_t pend_trans_id; > > Could we please be consistent with async operation id types. I.e. use an > unsigned int here. > This one handled in v4 > 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 Lukasz -- 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