OSDN Git Service

LE: Disable L2CAP connection parameter update during pairing
authorAndre Eisenbach <andre@broadcom.com>
Wed, 17 Apr 2013 03:22:58 +0000 (11:22 +0800)
committerMatthew Xie <mattx@google.com>
Mon, 29 Apr 2013 21:14:35 +0000 (14:14 -0700)
commit2d41fe1c5dbac701a074eec272545439168930a7
tree8bfb28c4aa7ae3a0991c1a1e9e8238c12af8b1a3
parentf8f30c2cecf221b2c3983b72d5a849d799c39dd7
LE: Disable L2CAP connection parameter update during pairing

Some peripherals change the connection parameters during the pairing
procedure. Ideally when service discovery is started, connection
parameters are reset to default values. In instances where the
connection update fails, service discovery takes a very long time and
may result in a GATT application not receiving a connection status
update.
Disabling connection paramter update during service discovery ensures
a quick service discovery and improves interoperability.

Bug: 8714594
Change-Id: I2177e57bf250b99e314a1b020cd0fadbd480214e
stack/smp/smp_act.c