OSDN Git Service

Fix sluggish HID devices
authorBluetooth Build Test <test@build.com>
Wed, 13 Apr 2016 14:39:53 +0000 (16:39 +0200)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 25 Apr 2016 19:33:36 +0000 (19:33 +0000)
commit3165425aff5744bf682a2887e9704e66f8d34a87
tree138a812d6768f9f4ebbe798284be230b37a70cda
parent69b9e7c735c94ed9c4f3cad47be8f679bcad2e6b
Fix sluggish HID devices

Right now, when connecting to HID devices, preferred connection
parameters are not being used. This is because of bug in GAP profile.
This make all HID devices use default connection parameters, which
mean that they behave sluggish. This patch fixes that by forcing
HID devices to re-read connection parameters on each reconnection.

This is a temporary workaround until GAP is rewritten.

Bug: 28378306
Change-Id: I74b70ad8e96c29517cace808632fe4d8e0251994
bta/hh/bta_hh_le.c