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

Commit 6a04ee64 authored by Myles Watson's avatar Myles Watson
Browse files

InitFlags: Remove encryption_in_busy_state

Bug: 294886212
Test: mma -j32
Flag: EXEMPT, no logical change
Change-Id: Ia360dd2604dc8ffb6680ff036243c1d0be9ea6fb
parent 0991c226
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -211,7 +211,6 @@ init_flags!(
        dynamic_avrcp_version_enhancement = true,
        hci_adapter: i32,
        use_unified_connection_manager,
        encryption_in_busy_state = true,
    }
    extra_parsed_flags: {
        "--hci" => parse_hci_adapter(_, _),
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ mod ffi {
        fn dynamic_avrcp_version_enhancement_is_enabled() -> bool;
        fn get_hci_adapter() -> i32;
        fn use_unified_connection_manager_is_enabled() -> bool;
        fn encryption_in_busy_state_is_enabled() -> bool;
    }
}