Fix : LE connection interval is not updated 76/215876/1
authorinjun.yang <injun.yang@samsung.com>
Thu, 17 Oct 2019 05:23:40 +0000 (14:23 +0900)
committerinjun.yang <injun.yang@samsung.com>
Thu, 17 Oct 2019 05:23:40 +0000 (14:23 +0900)
commitb5be5038f85457edd0a035727dd0159ee75a0d12
tree5a96fbc9a001a94400694d1b384bdd37e7f878ad
parent001cf3224d60bd9eb92800349aef9aaca210099e
Fix : LE connection interval is not updated

[Problem] Unable to update LE connection interval with iPhone
[Cause & Measure] When LE connection updated callback invoked,
 bluez handle it as IDA object instead of first RPA object.
 so change the comparison logic to get RPA object
[Checking Method] Both BLE and BREDR connectd with iPhone > Repeat interval configuration

Change-Id: I87578681fc35041801e28a251a914e9bb52ff49d
src/adapter.c
src/device.c
src/device.h