From 87189580a66f8e901b679d37f808b513a912360d Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Mon, 8 Jan 2018 15:05:21 -0800 Subject: [PATCH] Add hidden API to get current user of HID Device (2/3) Bug: 69136526 Test: test with apps using HID Device profile Change-Id: I6c6df052fac508499c42fc7ab493010e327d6003 (cherry picked from commit 4b7ff48ffcda4afce30a3a8715c433df635ba3a3) --- binder/android/bluetooth/IBluetoothHidDevice.aidl | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/android/bluetooth/IBluetoothHidDevice.aidl b/binder/android/bluetooth/IBluetoothHidDevice.aidl index d9021f7c2..52462621e 100644 --- a/binder/android/bluetooth/IBluetoothHidDevice.aidl +++ b/binder/android/bluetooth/IBluetoothHidDevice.aidl @@ -36,4 +36,5 @@ interface IBluetoothHidDevice { List getConnectedDevices(); List getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); + String getUserAppName(); } -- 2.11.0