commit | f17d469c19b4fc24c185d4022eeb26f4929be5a7 | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Wed Oct 26 14:47:47 2016 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Oct 27 23:08:32 2016 +0000 |
tree | 2909559cffb2e9ae6500a88e7954704d5e7f657f | |
parent | 33578853eccf34b4fcdcd639521ac0703cdb1af0 [diff] |
Separate LE scanner from GATT client (2/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 Bug: 30622771 Change-Id: Ie4a20abe7fa112bf501619651e288ae46d28e209