Home
last modified time | relevance | path

Searched defs:updateBroadcast (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcasterViewModel.java51 public boolean updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings settings) { in updateBroadcast() method in BroadcasterViewModel
DBluetoothProxy.java1622 public boolean updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings settings) { in updateBroadcast() method in BluetoothProxy
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java552 public void updateBroadcast( in updateBroadcast() method in BluetoothLeBroadcast
592 public void updateBroadcast( in updateBroadcast() method in BluetoothLeBroadcast
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceBinderTest.java287 public void updateBroadcast() { in updateBroadcast() method in LeAudioServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl117 …void updateBroadcast(int broadcastId, in BluetoothLeBroadcastSettings broadcastSettings, in Attrib… in updateBroadcast() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioServiceBinder.java422 public void updateBroadcast( in updateBroadcast() method in LeAudioServiceBinder
DLeAudioService.java1401 public void updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings broadcastSettings) { in updateBroadcast() method