diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-06-13 07:09:21 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-06-13 07:09:21 +0000 |
| commit | f73de6d6699770479851d02913c54dfa8cc66369 (patch) | |
| tree | 18640e0e8672cbf3e5af46a5157f7d6d6f4bec47 | |
| parent | b6bd457dbb6d24af596b0f6f8daf8ca901f4a911 (diff) | |
| parent | 32ee11026958f9fe0f358410897160a848a89280 (diff) | |
| download | android_hardware_interfaces-f73de6d6699770479851d02913c54dfa8cc66369.tar.gz android_hardware_interfaces-f73de6d6699770479851d02913c54dfa8cc66369.tar.bz2 android_hardware_interfaces-f73de6d6699770479851d02913c54dfa8cc66369.zip | |
release-request-7d12f16b-b4a7-4324-8b59-be2d4e07dcb3-for-git_oc-release-4094438 snap-temp-L80000000073561277
Change-Id: Iebfaddd43558611e785b7eeccbf67d8c5824950a
| -rw-r--r-- | bluetooth/1.0/default/vendor_interface.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bluetooth/1.0/default/vendor_interface.cc b/bluetooth/1.0/default/vendor_interface.cc index 68cac5f45..de6cd79ad 100644 --- a/bluetooth/1.0/default/vendor_interface.cc +++ b/bluetooth/1.0/default/vendor_interface.cc @@ -284,6 +284,8 @@ void VendorInterface::Close() { int power_state = BT_VND_PWR_OFF; lib_interface_->op(BT_VND_OP_POWER_CTRL, &power_state); + + lib_interface_->cleanup(); } if (lib_handle_ != nullptr) { |
