commit | 60fc5fb66efa0bcbe028637206ed59df8cd4ac19 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 23 09:52:28 2012 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 23 13:07:02 2012 +0200 |
tree | a44a49c3003eb7377e1428c276e26895cb029c41 | |
parent | b3fb611ec7b76048cb14600e9a5a9b57e5d913da [diff] |
Bluetooth: mgmt: Fix count parameter in get_connections reply This patch fixes the count parameter in the Get Connections reply message. We cannot know the right number until iterating through all connections so set the parameter value only after the loop. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>