Searched refs:updatedMetadata (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientService.java | 1267 BluetoothLeBroadcastMetadata updatedMetadata, in areValidParametersToModifySource() argument 1271 if (updatedMetadata == null || stateMachine == null) { in areValidParametersToModifySource() 1276 + updatedMetadata); in areValidParametersToModifySource() 1287 byte[] code = updatedMetadata.getBroadcastCode(); in areValidParametersToModifySource() 1303 + updatedMetadata.getBroadcastId()); in areValidParametersToModifySource() 2567 BluetoothDevice sink, int sourceId, BluetoothLeBroadcastMetadata updatedMetadata) { in modifySource() argument 2572 + (", updatedMetadata: " + updatedMetadata)); in modifySource() 2575 if (updatedMetadata == null) { in modifySource() 2585 mBroadcastMetadataMap.put(sink, updatedMetadata); in modifySource() 2587 byte[] code = updatedMetadata.getBroadcastCode(); in modifySource() [all …]
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeBroadcastAssistant.aidl | 55 …ySource(in BluetoothDevice sink, in int sourceId, in BluetoothLeBroadcastMetadata updatedMetadata); in modifySource() argument
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeBroadcastAssistant.java | 1101 @NonNull BluetoothLeBroadcastMetadata updatedMetadata) { in modifySource() argument 1102 log("updateBroadcastSource: " + updatedMetadata + " on " + sink); in modifySource() 1104 Objects.requireNonNull(updatedMetadata, "updatedMetadata cannot be null"); in modifySource() 1121 service.modifySource(sink, sourceId, updatedMetadata); in modifySource()
|