mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Bluetooth: Don't disable LPM at power off
The power mode should be unimportant if power off succeeds. Test: Switch users (Toggles Bluetooth under CPU load) Bug: 36026072 Change-Id: I09fafe4d4f9a466a7e12e617925f98ef3805c738
This commit is contained in:
@@ -266,13 +266,6 @@ bool VendorInterface::Open(InitializeCompleteCallback initialize_complete_cb,
|
||||
}
|
||||
|
||||
void VendorInterface::Close() {
|
||||
// These callbacks may send HCI events (vendor-dependent), so make sure to
|
||||
// StopWatching the file descriptor after this.
|
||||
if (lib_interface_ != nullptr) {
|
||||
bt_vendor_lpm_mode_t mode = BT_VND_LPM_DISABLE;
|
||||
lib_interface_->op(BT_VND_OP_LPM_SET_MODE, &mode);
|
||||
}
|
||||
|
||||
fd_watcher_.StopWatchingFileDescriptors();
|
||||
|
||||
if (hci_ != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user