OSDN Git Service

Fix the BLE connection failure with some mice
authorchaoyu.x.wu <chaoyu.x.wu@sonymobile.com>
Mon, 11 Apr 2016 06:08:48 +0000 (14:08 +0800)
committerJakub Pawlowski <jpawlowski@google.com>
Fri, 23 Sep 2016 14:05:08 +0000 (07:05 -0700)
commit58c27b48aa61db10e2d98f5752ecf96a50dc764c
treef8548c011f3317dd51e82792e6fe1134cc56f465
parente1c8ed17c7a35510f00997ca329687f73cd193d8
Fix the BLE connection failure with some mice

If enable the "connection parameters update" during GATT discovery,
it may cause some device connection failure due to connection timeout.
Since the the "connection parameter update" is enabled again when GATT
discovery completed, remove the enable of "connection parameter update"
after SMP complete to fix the issue.

This issue was already fixed in commit 2d41fe1c, but then it was
re-introduced in commit 444a8da8, which also removed comment explaining
the issue, added back in this patch.

Bug: 29060797
Change-Id: I42b0b36056821c30d887484e22bfcbd04ea7ca03
(cherry picked from commit 1ec17e06c73c67592aeda29e0aaa03580fdecce9)
stack/smp/smp_act.c