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

Commit 3c71587b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Floss: Uncomment resume commands."

parents d3b3156c 61632895
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,8 +158,8 @@ impl ISuspend for Suspend {

    fn resume(&self) -> bool {
        self.intf.lock().unwrap().set_default_event_mask();
        //        self.intf.lock().unwrap().set_event_filter_inquiry_result_all_devices();
        //        self.intf.lock().unwrap().set_event_filter_connection_setup_all_devices();
        self.intf.lock().unwrap().set_event_filter_inquiry_result_all_devices();
        self.intf.lock().unwrap().set_event_filter_connection_setup_all_devices();
        if self.is_connected_suspend {
            if self.was_a2dp_connected {
                // TODO(230604670): self.intf.lock().unwrap().restore_filter_accept_list();