1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "rnr_store_device_type"
6    namespace: "bluetooth"
7    description: "Store BREDR/LE when issuing RNR so we can cancel the correct type"
8    bug: "337179433"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "rnr_validate_page_scan_repetition_mode"
16    namespace: "bluetooth"
17    description: "Validate page scan repetition mode parameter before sending RNR"
18    bug: "344520866"
19    metadata {
20        purpose: PURPOSE_BUGFIX
21    }
22}
23
24flag {
25    name: "rnr_directly_call_gap_over_le"
26    namespace: "bluetooth"
27    description: "Directly call GAP for remote name request over LE"
28    bug: "363052833"
29    metadata {
30        purpose: PURPOSE_BUGFIX
31    }
32}
33