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

Commit 60373282 authored by Krzysztof Kopyściński's avatar Krzysztof Kopyściński
Browse files

Flag: hap_connect_only_requested_device

Bug: 370405555
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Ifd788443905ac054b05bea3117ea5d65c829c507
parent e7a55e26
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -15,3 +15,13 @@ flag {
    description: "Allow user to control the preset of hearing aid devices"
    bug: "306236481"
}

flag {
    name: "hap_connect_only_requested_device"
    namespace: "bluetooth"
    description: "On profile connection, connect only requested device, not whole group it belongs to"
    bug: "370405555"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}