Hi Jakub, On Friday 30 of May 2014 15:19:41 Jakub Tyszkowski wrote: > Permissions check was failing on those requests. > --- > android/gatt.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/android/gatt.c b/android/gatt.c > index fcc91ff..a61d702 100644 > --- a/android/gatt.c > +++ b/android/gatt.c > @@ -4007,6 +4007,8 @@ static uint8_t check_device_permissions(struct > gatt_device *device, case ATT_OP_READ_BLOB_REQ: > case ATT_OP_READ_MULTI_REQ: > case ATT_OP_READ_BY_GROUP_REQ: > + case ATT_OP_FIND_BY_TYPE_REQ: > + case ATT_OP_FIND_INFO_REQ: > if (!(permissions & GATT_PERM_READ)) > return ATT_ECODE_READ_NOT_PERM; Both patches applied, thanks. -- BR Szymon Janc -- 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