commit | 1b49e6eb04f2eef4d8056e7447d8e0789c291847 | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Wed Oct 26 13:05:30 2016 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Oct 27 23:09:35 2016 +0000 |
tree | 466a6255fcd3e3cf1aa6dc415a2ab0785df51487 | |
parent | a062ce698b56eeee427652ab5b227afe61bae31e [diff] |
Separate LE scanner from GATT client (1/4) Right now, LE scanning functionality is combined with the GATT client. This is the source of various bugs, like scans suddenly stoppinging when a GATT client is killed. It also increases memory consumption, because we associate many structures with a GATT client, which are not necessary when just scanning. Test: sl4a BleScanApiTest ConcurrentBleScanTest Change-Id: I0c25bd4a58bb430eb0ee4100d5f2bbab194f9621