Loading flags/gap.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -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" Loading system/gd/hci/le_periodic_sync_manager.h +2 −6 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
flags/gap.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -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" Loading
system/gd/hci/le_periodic_sync_manager.h +2 −6 Original line number Diff line number Diff line Loading @@ -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; } Loading