commit | 24b78d0f49b94f658e8bae707c158962535053dd | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 23 23:24:30 2012 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 24 00:15:26 2012 +0200 |
tree | f44e28b00ac8f811939685873d48bfd3100abd84 | |
parent | 90e704543d6702971ecfe3fe2325829d89b76f6b [diff] |
Bluetooth: mgmt: Fix clear_uuids response Since the clear_uuids operation doesn't send an immediate HCI command but just sets off a timer to wait for subsequent add_uuid calls it doesn't make sense to wait until the timer fires off to send the response. Instead send the response immediately. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>