Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ object BluetoothLeBroadcastMetadataExt {
}
builder.apply {
setSourceDevice(device, sourceAddrType)
setSourceDevice(device, addrType)
setSourceAdvertisingSid(sourceAdvertiserSid)
setBroadcastId(broadcastId)
setBroadcastName(broadcastName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment