OSDN Git Service

Read connection intervals from config.xml so it can be overriden by device.
authorSharvil Nanavati <sharvil@google.com>
Mon, 14 Sep 2015 06:30:07 +0000 (23:30 -0700)
committerSharvil Nanavati <sharvil@google.com>
Mon, 14 Sep 2015 06:30:07 +0000 (23:30 -0700)
commit93793893b122e5eb3101899411fccaabc075dfaf
tree9c88f1ca265f438e607e9d069a22629eae33b4eb
parentfb540d85c3591020df3615101fbb9f788a27c139
Read connection intervals from config.xml so it can be overriden by device.

Wear needs the minimum possible connection interval for BLE connections
to support the Wear iOS companion app. This change simply moves the hard-
coded connection intervals to config.xml so they can be overriden for
Wear devices.

Bug: 23903184
Change-Id: I1f60772ef6a100ad5e4f02f629b5ca6e80fc207a
res/values/config.xml
src/com/android/bluetooth/gatt/GattService.java