commit | 8cb1baefa184a560d4ad4ab6e3a69524019fc426 | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Wed Oct 26 14:49:48 2016 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Oct 27 23:10:20 2016 +0000 |
tree | 5d2ddb9e90af14dea06ec5e2b3730705b9c42eca | |
parent | d20fe45ed565dc4ef5e42607e7c0265af12af035 [diff] |
Separate LE scanner from GATT client (3/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: I5c2608b769bd6aec54900357cdccfa22987962c9