Skip to content
Snippets Groups Projects
Commit ba0dad2b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add hidden API to get current user of HID Device (2/3)"

parents 2f87c99b ce88d81b
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