Loading system/binder/android/bluetooth/IBluetoothHidDevice.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,5 @@ interface IBluetoothHidDevice { List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); String getUserAppName(); boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); } system/binder/android/bluetooth/IBluetoothPan.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,4 +32,5 @@ interface IBluetoothPan { List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); } Loading
system/binder/android/bluetooth/IBluetoothHidDevice.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -37,4 +37,5 @@ interface IBluetoothHidDevice { List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); String getUserAppName(); boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); }
system/binder/android/bluetooth/IBluetoothPan.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,4 +32,5 @@ interface IBluetoothPan { List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); boolean setConnectionPolicy(in BluetoothDevice device, int connectionPolicy); }