OSDN Git Service

Add security record for devices found through LE batch scan
authorAndre Eisenbach <eisenbach@google.com>
Wed, 14 Sep 2016 19:41:37 +0000 (12:41 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Wed, 14 Sep 2016 20:00:41 +0000 (20:00 +0000)
commite0295e2c2eb7cc6eb331d581ed8455d6b30b3bc6
treebf9c37b05412d268c9dc85a7d40d741631189b28
parentac59fa20a7ad0022da2d06d50d6eeeac04d2c2dc
Add security record for devices found through LE batch scan

Currently, starting an LE batch scan are not added to the stack internal
device database, which means that the address type and device type
needed for a connection are not available.

This patch ensures that devices found during an LE scan are added to the
device database to ensure connection attempts will succeed.

Bug: 31309376
Change-Id: Ic52d7eaa03d17dcbbd848af9140038bc84ea3bd0
stack/btm/btm_ble_batchscan.c