Skip to content
Snippets Groups Projects
Commit ce88d81b authored by Hansong Zhang's avatar Hansong Zhang
Browse files

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
parent c7353aa0
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,5 @@ interface IBluetoothHidDevice {
List<BluetoothDevice> getConnectedDevices();
List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
int getConnectionState(in BluetoothDevice device);
String getUserAppName();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment