Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6428ed9f authored by Rongxuan Liu's avatar Rongxuan Liu
Browse files

[Audiosharing] Fix address type usage in QR code format if address not present

Bug: 327599769
Test: atest com.android.settingslib.bluetooth.BluetoothLeBroadcastMetadataExtTest
Change-Id: I57a0ddeef04c879750c9a1dd51452cf196c8c9ed
parent 4abfa5be
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -311,7 +311,7 @@ object BluetoothLeBroadcastMetadataExt {
        }
        }


        builder.apply {
        builder.apply {
            setSourceDevice(device, sourceAddrType)
            setSourceDevice(device, addrType)
            setSourceAdvertisingSid(sourceAdvertiserSid)
            setSourceAdvertisingSid(sourceAdvertiserSid)
            setBroadcastId(broadcastId)
            setBroadcastId(broadcastId)
            setBroadcastName(broadcastName)
            setBroadcastName(broadcastName)