Home
last modified time | relevance | path

Searched defs:onBroadcastMetadataChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcasterNativeInterfaceTest.java95 public void onBroadcastMetadataChanged() { in onBroadcastMetadataChanged() method in LeAudioBroadcasterNativeInterfaceTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastCallback.aidl43 void onBroadcastMetadataChanged(in int broadcastId, in BluetoothLeBroadcastMetadata metadata); in onBroadcastMetadataChanged() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioBroadcasterNativeInterface.java124 public void onBroadcastMetadataChanged(int broadcastId, BluetoothLeBroadcastMetadata metadata) { in onBroadcastMetadataChanged() method in LeAudioBroadcasterNativeInterface
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java278 void onBroadcastMetadataChanged( in onBroadcastMetadataChanged() method
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java1631 void onBroadcastMetadataChanged(int broadcastId, BluetoothLeBroadcastMetadata metadata); in onBroadcastMetadataChanged() method