OSDN Git Service

DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)
authorAndre Eisenbach <eisenbach@google.com>
Thu, 14 Jan 2016 10:06:23 +0000 (02:06 -0800)
committerThe Android Automerger <android-build@google.com>
Wed, 24 Feb 2016 21:21:21 +0000 (13:21 -0800)
commita71eb120c7390a82474bf8bdb94d08e723582f9f
tree699b472206884e97bbc0746bb0512d21448c5566
parenteb6e43c6a32f167d656d6b7fa4f3c61df4b239db
DO NOT MERGE Read Bluetooth interop database entries from settings (2/2)

Interop database entries are stored in the system settings entry
"BluetoothInteropDatabase". The format is a list of entries separated by
";". An entry consists of a BDA fragment, followed by a comma and an
integer representing a feature from interop.h.

Example:
To disable LE secure connections for devices starting with BDA 11:22:33,
use "11:22:33,0".

Bug: 26548845
Change-Id: I5903930178b70d1eb52d64b1c6051ce8ee346da4
jni/com_android_bluetooth_btservice_AdapterService.cpp
src/com/android/bluetooth/btservice/AdapterService.java