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

Commit 63c76999 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "Enable LE Audio Targetted Announcements by default"

parents aadfbe0c da027566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ init_flags!(
        hci_adapter: i32,
        hfp_dynamic_version = true,
        irk_rotation,
        leaudio_targeted_announcement_reconnection_mode,
        leaudio_targeted_announcement_reconnection_mode = true,
        pass_phy_update_callback = true,
        periodic_advertising_adi = true,
        private_gatt,
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ namespace bluetooth {
namespace common {

bool InitFlags::logging_debug_enabled_for_all = false;
bool InitFlags::leaudio_targeted_announcement_reconnection_mode = false;
bool InitFlags::leaudio_targeted_announcement_reconnection_mode = true;
std::unordered_map<std::string, bool>
    InitFlags::logging_debug_explicit_tag_settings = {};
void InitFlags::Load(const char** flags) {}