OSDN Git Service

core/device: Don't call btd_service_disconnect on device_remove
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 9 Jul 2013 09:54:50 +0000 (12:54 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 10 Jul 2013 09:55:14 +0000 (12:55 +0300)
commit5da7617e7fbd5dd1b3e6f443ab470dda9a26affa
tree12d82023b44fcca787e334af4110a2dad30d7329
parente726230d3b19c82f39ab0f0c889626f22b18ac26
core/device: Don't call btd_service_disconnect on device_remove

device_remove is called to cleanup/free the device objects so the
services should be disconnected before hand.
src/device.c