Clear the Available (unbonded devices) from the CachedDevices List

during BT disable.

Change-Id: I576237a4165759fe952690f19fde59ce78cd1d29
This commit is contained in:
Kausik Sinnaswamy
2012-05-16 14:31:45 +05:30
committed by Matthew Xie
parent 00ec05985d
commit 737a30f593
2 changed files with 16 additions and 0 deletions

View File

@@ -163,6 +163,8 @@ final class BluetoothEventManager {
callback.onBluetoothStateChanged(state);
}
}
// Inform CachedDeviceManager that the adapter state has changed
mDeviceManager.onBluetoothStateChanged(state);
}
}