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

Commit dafd29e9 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

init flag: Remove bta_dm_stop_discovery_on_search_cancel am: 492e9596

parents 71cdad2e 492e9596
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -229,7 +229,6 @@ init_flags!(
        always_use_private_gatt_for_debugging,
        bluetooth_power_telemetry = false,
        btm_dm_flush_discovery_queue_on_search_cancel,
        bta_dm_stop_discovery_on_search_cancel,
        classic_discovery_only,
        device_iot_config_logging,
        dynamic_avrcp_version_enhancement = true,
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ mod ffi {
        fn always_use_private_gatt_for_debugging_is_enabled() -> bool;
        fn bluetooth_power_telemetry_is_enabled() -> bool;
        fn btm_dm_flush_discovery_queue_on_search_cancel_is_enabled() -> bool;
        fn bta_dm_stop_discovery_on_search_cancel_is_enabled() -> bool;
        fn classic_discovery_only_is_enabled() -> bool;
        fn device_iot_config_logging_is_enabled() -> bool;
        fn dynamic_avrcp_version_enhancement_is_enabled() -> bool;