summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/hid
diff options
context:
space:
mode:
authorNitin Arora <niarora@codeaurora.org>2015-03-11 15:45:26 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-04-15 23:30:10 -0700
commitf19f1ac64a5fefb248ab15b918d009b926c99dde (patch)
tree8b5e76134add97468a8d4801fb51d12dd5573003 /src/com/android/bluetooth/hid
parentdbe4c2517804b3e32587310b76f1c977b8749d8b (diff)
downloadandroid_packages_apps_Bluetooth-f19f1ac64a5fefb248ab15b918d009b926c99dde.tar.gz
android_packages_apps_Bluetooth-f19f1ac64a5fefb248ab15b918d009b926c99dde.tar.bz2
android_packages_apps_Bluetooth-f19f1ac64a5fefb248ab15b918d009b926c99dde.zip
Bluetooth LE background operation mode (1/2)
Changes to BluetoothAdapter state machine for handling new states BLE_STATE_ON and intermediate states BLE_TURNING_ON and BLE_TURNING_OFF. Also includes the actions required while migrating in and out of these states including start and stop of GATT services and other profiles. Change-Id: I08d6ff05c2cefe559d5bb5789a1a488afefbe544
Diffstat (limited to 'src/com/android/bluetooth/hid')
-rwxr-xr-xsrc/com/android/bluetooth/hid/HidService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/hid/HidService.java b/src/com/android/bluetooth/hid/HidService.java
index 418c13b7d..be769fc80 100755
--- a/src/com/android/bluetooth/hid/HidService.java
+++ b/src/com/android/bluetooth/hid/HidService.java
@@ -47,7 +47,7 @@ import java.util.Map;
* @hide
*/
public class HidService extends ProfileService {
- private static final boolean DBG = false;
+ private static final boolean DBG = true;
private static final String TAG = "HidService";
private Map<BluetoothDevice, Integer> mInputDevices;