Hi Puthikorn, > This exposed AdvertisingDataFlags to BlueZ Device API > > Signed-off-by: Puthikorn Voravootivat <puthik@xxxxxxxxxxxx> > --- > doc/device-api.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/device-api.txt b/doc/device-api.txt > index f5cac49..3ed4e06 100644 > --- a/doc/device-api.txt > +++ b/doc/device-api.txt > @@ -230,3 +230,7 @@ Properties string Address [readonly] > > Indicate whether or not service discovery has been > resolved. > + > + uint8 AdvertisingDataFlags [readonly] > + > + The Advertising Data Flags of the remote device. I prefer if we just call this AdvertisingFlags and strictly speaking this needs to be array{uint8}. The AD type is defined as variable length. It is not just an uint8. We could debate to go with uint32 here if that helps, but just a uint8 will lock us in and is not really future proof. Regards Marcel -- 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