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

Commit da027566 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Enable LE Audio Targetted Announcements by default

Test: verified on UPF
Bug: 248340126
Change-Id: I0d12bf87b1887b1782b71d43a380e9b1960f71c7
parent 072c7a07
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) {}