commit | a10f27cf4272033d148d91ff12bb8f4b67dfaca4 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sun Jan 27 00:31:31 2013 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Feb 01 15:50:17 2013 -0200 |
tree | 9192e008995b9e27a71a7664c5a4ad539a57dec1 | |
parent | 056341c8cb677356eb2c20a82e788ccb51c6a37b [diff] |
Bluetooth: Simplify UUID16 list generation for EIR There's no need to use two separate loops to generate a UUID list for the EIR data. This patch merges the two loops previously used for the 16-bit UUID list generation into a single loop, thus simplifying the code a great deal. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>