commit | a87c8214181c5828dae719dd2b884a12652a1744 | [log] [tgz] |
---|---|---|
author | Zach Johnson <zachoverflow@google.com> | Tue Oct 28 17:59:13 2014 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Mon Mar 16 16:51:36 2015 -0700 |
tree | 1a2057cfadd5a50b649904e44cd49634f9a8bffd | |
parent | e7faae66ddb7c4fc318c5e4986f820c92a787307 [diff] |
Fix BLE GAP handling after callback refactoring BLE supported states was moved to controller during the callback re-factoring CL, but in the commotion I forgot to remove the supported states variable from devcb. This meant I didn't realize GAP was looking at the wrong place for BLE supported states. This CL fixes that.