Loading system/binder/android/bluetooth/IBluetoothA2dp.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ interface IBluetoothA2dp { List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); boolean setActiveDevice(in BluetoothDevice device); BluetoothDevice getActiveDevice(); boolean setPriority(in BluetoothDevice device, int priority); int getPriority(in BluetoothDevice device); boolean isAvrcpAbsoluteVolumeSupported(); Loading Loading
system/binder/android/bluetooth/IBluetoothA2dp.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ interface IBluetoothA2dp { List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); int getConnectionState(in BluetoothDevice device); boolean setActiveDevice(in BluetoothDevice device); BluetoothDevice getActiveDevice(); boolean setPriority(in BluetoothDevice device, int priority); int getPriority(in BluetoothDevice device); boolean isAvrcpAbsoluteVolumeSupported(); Loading