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

Commit 08426263 authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Gerrit Code Review
Browse files

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

parents a2b755de 2064a5c8
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