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

Commit 030f9720 authored by Rahul Arya's avatar Rahul Arya
Browse files

[Private GATT] Enable feature flags

Test: all existing
Bug: 274945531
Change-Id: I4481f00449fe543d30a89691679e93d2267bcedb
parent 36e4fb4c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -343,11 +343,11 @@ init_flags!(
        pass_phy_update_callback = true,
        pbap_pse_dynamic_version_upgrade = true,
        periodic_advertising_adi = true,
        private_gatt,
        private_gatt = true,
        queue_l2cap_coc_while_encrypting = true,
        read_encryption_key_size = true,
        redact_log = true,
        rust_event_loop,
        rust_event_loop = true,
        sdp_serialization = true,
        sdp_skip_rnr_if_known = true,
        bluetooth_quality_report_callback = true,
@@ -374,6 +374,8 @@ init_flags!(
        "--hci" => parse_hci_adapter(_, _),
    }
    dependencies: {
        always_use_private_gatt_for_debugging => private_gatt,
        private_gatt => rust_event_loop,
        gd_core => gd_security
    }
);