Separate LE scanner from GATT client (4/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: I23b71255c459b185257654f68ea251b41ed2a14b
Loading
Please register or sign in to comment