commit | 5ed58da02b86ca60286607c31b4bf92082d97b4a | [log] [tgz] |
---|---|---|
author | Ram Mohan M <ram.mohan@ittiam.com> | Sat Jun 10 01:32:45 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jun 10 01:32:45 2017 +0000 |
tree | d4fca1dc6d12f840a8d8b2052611e0c24d813b2b | |
parent | edcff1a036879938fb3a8ca4e95d7debfba93cf3 [diff] | |
parent | 0eb102a18bef073b7997b2fe1017436480611456 [diff] |
Merge "bug fix: fix encoder input port configuration issues" into oc-dev am: 7d1592a732 am: 0eb102a18b Change-Id: I7205637574c06b010c23251fc271165d8e386a6a
diff --git a/bluetooth/1.0/default/vendor_interface.cc b/bluetooth/1.0/default/vendor_interface.cc index bb66460..a291e14 100644 --- a/bluetooth/1.0/default/vendor_interface.cc +++ b/bluetooth/1.0/default/vendor_interface.cc
@@ -282,6 +282,8 @@ int power_state = BT_VND_PWR_OFF; lib_interface_->op(BT_VND_OP_POWER_CTRL, &power_state); + + lib_interface_->cleanup(); } if (lib_handle_ != nullptr) {