summaryrefslogtreecommitdiff
path: root/flags/rnr.aconfig
blob: 425db568d694c3fb840cee19308507c4434aea52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package: "com.android.bluetooth.flags"
container: "com.android.bt"

flag {
    name: "rnr_store_device_type"
    namespace: "bluetooth"
    description: "Store BREDR/LE when issuing RNR so we can cancel the correct type"
    bug: "337179433"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rnr_validate_page_scan_repetition_mode"
    namespace: "bluetooth"
    description: "Validate page scan repetition mode parameter before sending RNR"
    bug: "344520866"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rnr_directly_call_gap_over_le"
    namespace: "bluetooth"
    description: "Directly call GAP for remote name request over LE"
    bug: "363052833"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}