Loading system/binder/android/bluetooth/IBluetooth.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -126,8 +126,8 @@ interface IBluetooth // For Metadata boolean registerMetadataListener(in IBluetoothMetadataListener listener, in BluetoothDevice device); boolean unregisterMetadataListener(in BluetoothDevice device); boolean setMetadata(in BluetoothDevice device, in int key, in String value); String getMetadata(in BluetoothDevice device, in int key); boolean setMetadata(in BluetoothDevice device, in int key, in byte[] value); byte[] getMetadata(in BluetoothDevice device, in int key); /** Loading system/binder/android/bluetooth/IBluetoothMetadataListener.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ import android.bluetooth.BluetoothDevice; * @hide */ oneway interface IBluetoothMetadataListener { void onMetadataChanged(in BluetoothDevice devices, in int key, in String value); void onMetadataChanged(in BluetoothDevice devices, in int key, in byte[] value); } Loading
system/binder/android/bluetooth/IBluetooth.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -126,8 +126,8 @@ interface IBluetooth // For Metadata boolean registerMetadataListener(in IBluetoothMetadataListener listener, in BluetoothDevice device); boolean unregisterMetadataListener(in BluetoothDevice device); boolean setMetadata(in BluetoothDevice device, in int key, in String value); String getMetadata(in BluetoothDevice device, in int key); boolean setMetadata(in BluetoothDevice device, in int key, in byte[] value); byte[] getMetadata(in BluetoothDevice device, in int key); /** Loading
system/binder/android/bluetooth/IBluetoothMetadataListener.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ import android.bluetooth.BluetoothDevice; * @hide */ oneway interface IBluetoothMetadataListener { void onMetadataChanged(in BluetoothDevice devices, in int key, in String value); void onMetadataChanged(in BluetoothDevice devices, in int key, in byte[] value); }