Loading system/gd/rust/common/src/init_flags.rs +0 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,6 @@ init_flags!( leaudio_targeted_announcement_reconnection_mode = true, pbap_pse_dynamic_version_upgrade = false, redact_log = true, sco_codec_select_lc3 = true, sco_codec_timeout_clear, sdp_serialization = true, sdp_skip_rnr_if_known = true, Loading system/gd/rust/shim/src/init_flags.rs +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ mod ffi { fn leaudio_targeted_announcement_reconnection_mode_is_enabled() -> bool; fn pbap_pse_dynamic_version_upgrade_is_enabled() -> bool; fn redact_log_is_enabled() -> bool; fn sco_codec_select_lc3_is_enabled() -> bool; fn sco_codec_timeout_clear_is_enabled() -> bool; fn sdp_serialization_is_enabled() -> bool; fn sdp_skip_rnr_if_known_is_enabled() -> bool; Loading system/stack/btm/btm_sco_hfp_hal.cc +1 −2 Original line number Diff line number Diff line Loading @@ -57,8 +57,7 @@ bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { bool get_wbs_supported() { return true; } bool get_swb_supported() { return osi_property_get_bool("bluetooth.hfp.swb.supported", false) && bluetooth::common::init_flags::sco_codec_select_lc3_is_enabled(); return osi_property_get_bool("bluetooth.hfp.swb.supported", false); } // Checks the supported codecs Loading Loading
system/gd/rust/common/src/init_flags.rs +0 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,6 @@ init_flags!( leaudio_targeted_announcement_reconnection_mode = true, pbap_pse_dynamic_version_upgrade = false, redact_log = true, sco_codec_select_lc3 = true, sco_codec_timeout_clear, sdp_serialization = true, sdp_skip_rnr_if_known = true, Loading
system/gd/rust/shim/src/init_flags.rs +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ mod ffi { fn leaudio_targeted_announcement_reconnection_mode_is_enabled() -> bool; fn pbap_pse_dynamic_version_upgrade_is_enabled() -> bool; fn redact_log_is_enabled() -> bool; fn sco_codec_select_lc3_is_enabled() -> bool; fn sco_codec_timeout_clear_is_enabled() -> bool; fn sdp_serialization_is_enabled() -> bool; fn sdp_skip_rnr_if_known_is_enabled() -> bool; Loading
system/stack/btm/btm_sco_hfp_hal.cc +1 −2 Original line number Diff line number Diff line Loading @@ -57,8 +57,7 @@ bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { bool get_wbs_supported() { return true; } bool get_swb_supported() { return osi_property_get_bool("bluetooth.hfp.swb.supported", false) && bluetooth::common::init_flags::sco_codec_select_lc3_is_enabled(); return osi_property_get_bool("bluetooth.hfp.swb.supported", false); } // Checks the supported codecs Loading