commit | 839035a7b3acd17a6f739b1fb50298e9499d3fa4 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Aug 18 20:33:34 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Sep 08 19:07:55 2014 +0200 |
tree | 44d3df18f391faee9becea55aea71d96cac4ea40 | |
parent | e3f2f92a047cd2be3c87a2aaf0a8958e1fd4c17a [diff] |
Bluetooth: Move clock offset reading into hci_disconnect() To give all hci_disconnect() users the advantage of getting the clock offset read automatically this patch moves the necessary code from hci_conn_timeout() into hci_disconnect(). This way we pretty much always update the clock offset when disconnecting. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>