Merge "[Broadcast] broadcastCode of non-encrypted broadcast is null" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
225465e0b2
@@ -237,7 +237,8 @@ public class LocalBluetoothLeBroadcast implements LocalBluetoothProfile {
|
||||
"startBroadcast: language = " + language + " ,programInfo = " + programInfo);
|
||||
}
|
||||
buildContentMetadata(language, programInfo);
|
||||
mService.startBroadcast(mBluetoothLeAudioContentMetadata, mBroadcastCode);
|
||||
mService.startBroadcast(mBluetoothLeAudioContentMetadata,
|
||||
(mBroadcastCode != null && mBroadcastCode.length > 0) ? mBroadcastCode : null);
|
||||
}
|
||||
|
||||
public String getProgramInfo() {
|
||||
|
||||
Reference in New Issue
Block a user