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

Commit 514f1ca7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Flags 24Q3: le_periodic_scanning_reassembler" into main

parents 535a6b8f 7b38b423
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -58,13 +58,6 @@ flag {
    bug: "323110155"
}

flag {
    name: "le_periodic_scanning_reassembler"
    namespace: "bluetooth"
    description: "Enable reassembly of LE periodic advertising events"
    bug: "324886466"
}

flag {
    name: "phy_to_native"
    namespace: "bluetooth"
+2 −6
Original line number Diff line number Diff line
@@ -373,12 +373,8 @@ public:
      return;
    }

    auto complete_advertising_data =
            com::android::bluetooth::flags::le_periodic_scanning_reassembler()
                    ? scanning_reassembler_.ProcessPeriodicAdvertisingReport(
                              sync_handle, DataStatus(event_view.GetDataStatus()),
                              event_view.GetData())
                    : event_view.GetData();
    auto complete_advertising_data = scanning_reassembler_.ProcessPeriodicAdvertisingReport(
            sync_handle, DataStatus(event_view.GetDataStatus()), event_view.GetData());
    if (!complete_advertising_data.has_value()) {
      return;
    }