Home
last modified time | relevance | path

Searched defs:onSourceModifyFailed (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeBroadcastAssistantCallback.aidl38 void onSourceModifyFailed(in BluetoothDevice sink, in int sourceId, in int reason); in onSourceModifyFailed() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistantCallback.java226 public void onSourceModifyFailed(BluetoothDevice sink, int sourceId, int reason) { in onSourceModifyFailed() method in BluetoothLeBroadcastAssistantCallback
DBluetoothLeBroadcastAssistant.java223 void onSourceModifyFailed(@NonNull BluetoothDevice sink, int sourceId, @Reason int reason); in onSourceModifyFailed() method