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

Commit 4a164942 authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Automerger Merge Worker
Browse files

Merge "bass_client: If PAST is not supported inform sink to sync with no PAST"...

Merge "bass_client: If PAST is not supported inform sink to sync with no PAST" into main am: 08426263 am: b65fd957

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2945432



Change-Id: I4064b9b56130fdc0bae20232f9f2f79dd4d87f43
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b5577482 b65fd957
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1499,10 +1499,12 @@ public class BassClientStateMachine extends StateMachine {
        stream.write((metaData.getBroadcastId() & 0x0000000000FF0000) >>> 16);

        // PA_Sync
        if (!mDefNoPAS) {
            stream.write(0x01);
        if (mDefNoPAS) {
            // Synchronize to PA – PAST not available
            stream.write(0x02);
        } else {
            stream.write(0x00);
            // Synchronize to PA – PAST available
            stream.write(0x01);
        }

        // PA_Interval