Loading system/binder/android/bluetooth/IBluetoothHearingAid.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ interface IBluetoothHearingAid { List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); void setActiveDevice(in BluetoothDevice device); boolean isActiveDevice(in BluetoothDevice device); boolean setActiveDevice(in BluetoothDevice device); List<BluetoothDevice> getActiveDevices(); boolean setPriority(in BluetoothDevice device, int priority); int getPriority(in BluetoothDevice device); void adjustVolume(int direction); Loading Loading
system/binder/android/bluetooth/IBluetoothHearingAid.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -30,8 +30,8 @@ interface IBluetoothHearingAid { List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); void setActiveDevice(in BluetoothDevice device); boolean isActiveDevice(in BluetoothDevice device); boolean setActiveDevice(in BluetoothDevice device); List<BluetoothDevice> getActiveDevices(); boolean setPriority(in BluetoothDevice device, int priority); int getPriority(in BluetoothDevice device); void adjustVolume(int direction); Loading