Home
last modified time | relevance | path

Searched defs:broadcastSettings (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java597 public void startBroadcast(@NonNull BluetoothLeBroadcastSettings broadcastSettings) { in startBroadcast()
692 int broadcastId, @NonNull BluetoothLeBroadcastSettings broadcastSettings) { in updateBroadcast()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeAudio.aidl107 …void startBroadcast(in BluetoothLeBroadcastSettings broadcastSettings, in AttributionSource attrib… in startBroadcast()
111 …void updateBroadcast(int broadcastId, in BluetoothLeBroadcastSettings broadcastSettings, in Attrib… in updateBroadcast()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java316 BluetoothLeBroadcastSettings broadcastSettings = buildBroadcastSettingsFromMetadata(); in startBroadcast() local
337 BluetoothLeBroadcastSettings broadcastSettings = buildBroadcastSettingsFromMetadata(); in updateBroadcast() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java818 public void createBroadcast(BluetoothLeBroadcastSettings broadcastSettings) { in createBroadcast()
873 public void updateBroadcast(int broadcastId, BluetoothLeBroadcastSettings broadcastSettings) { in updateBroadcast()
3578 BluetoothLeBroadcastSettings broadcastSettings, AttributionSource source, in startBroadcast()
3610 BluetoothLeBroadcastSettings broadcastSettings, in updateBroadcast()