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

Commit 492e9596 authored by Chris Manton's avatar Chris Manton
Browse files

init flag: Remove bta_dm_stop_discovery_on_search_cancel

Bug: 294232915
Test: m .
Flag: EXEMPT, Legacy init flag removal
Change-Id: I473a68abfa3e684c25fecad55ba1524117530442
parent 598ff6c5
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;