BluetoothAdapterFactory::GetInstance returns BluetoothAdapter which is unpowered (when BT is enabled) |
||||
Issue descriptionChrome Version: 62.0.3180.0 Platform 9690.0.0, veyron_minnie The BluetoothAdapter's IsPowered() method returns false, and Chrome crashes when calling methods like ResetAdvertising(). I'm not sure if this matters, but I observed this during user login, indirectly through UserSessionManager::FinalizePrepareProfile() (https://cs.chromium.org/chromium/src/chrome/browser/chromeos/login/session/user_session_manager.cc?sq=package:chromium&l=1263). This bug is minor because clients can listen to power change events (as they should be anyway) and wait for the adapter to become powered.
,
Aug 8 2017
Sonny, you should keep this in the back of your mind as you work with the Chrome BlueZ code. This should not be happening and at some point we should figure out why.
,
Sep 13 2017
,
Sep 14 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by hansberry@chromium.org
, Aug 8 2017