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

Commit 59b674e9 authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Add Flag for GetElementAttributes empty.

Bug: 362896963
Bug: 315241296
Flag: get_all_element_attributes_empty
Test: Flag only
Change-Id: I50174f08c9791e7ec8dd0f79d58d7b4f502623aa
parent 285e9ff7
Loading
Loading
Loading
Loading
+16 −6
Original line number Diff line number Diff line
@@ -2,20 +2,20 @@ package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "avrcp_connect_a2dp_with_delay"
    name: "abs_volume_sdp_conflict"
    namespace: "bluetooth"
    description: "When peer device connects AVRCP but not A2DP we initiate A2DP connection after some time delay"
    bug: "328406945"
    description: "Check connection state after SDP discovery to prevent connection collision resulting in no absolute volume support"
    bug: "336915955"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "abs_volume_sdp_conflict"
    name: "avrcp_connect_a2dp_with_delay"
    namespace: "bluetooth"
    description: "Check connection state after SDP discovery to prevent connection collision resulting in no absolute volume support"
    bug: "336915955"
    description: "When peer device connects AVRCP but not A2DP we initiate A2DP connection after some time delay"
    bug: "328406945"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
@@ -31,6 +31,16 @@ flag {
    }
}

flag {
    name: "get_all_element_attributes_empty"
    namespace: "bluetooth"
    description: "Return all attributes even if empty when requesting all attributes with GetElementAttributes"
    bug: "362896963"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "set_addressed_player"
    namespace: "bluetooth"