commit | 2d0ebcf3a0cf99d3a4294caff1a5d08f73bb7933 | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Mon Jul 18 09:18:09 2016 -0700 |
committer | Jakub Pawlowski <jpawlowski@google.com> | Fri Nov 11 12:18:36 2016 -0800 |
tree | 5748d746f7a1328eb437a4d260b387fd15c9d06d | |
parent | 8fcff25c4fc2c76a64edb9efc285f8eae1b4c270 [diff] |
Fix Bluetooth OOB pairing not working for unseen devices When Out Of Band info is provided, first time we learn about device is when it's state is changed to "Bonding". This currently cause this event to be discarded and pairing fails. Instead, we should add CachedDevice object for newly added device. Bug: 30188629 Change-Id: I4046bfe30e8bf32b888f608ac06d5041e2999dc9 (cherry picked from commit 3eb490f903513da26b69cf50398a711829614bff)