Loading bluetooth/1.0/default/vendor_interface.cc +2 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,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) { Loading Loading
bluetooth/1.0/default/vendor_interface.cc +2 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,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) { Loading