OSDN Git Service

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)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 18 Feb 2016 21:52:31 +0000 (21:52 +0000)
commitdb32e0ef467d70961b28913fc86c38cd68f8701e
treed5d4f3a7d30b21277fb9ffd7d6e261485e380aed
parente3d0e6f817346cca57ce6230bd98180b425a0a64
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
(cherry picked from commit 8ecd371d3b90878c211785bae4612d24e06abfca)
jni/com_android_bluetooth_btservice_AdapterService.cpp
src/com/android/bluetooth/btservice/AdapterService.java