blob: 6b19a5f77bf8fa7ffc95de95b2f6fba93d0ecebd [file] [log] [blame]
Chris Manton99882f42023-12-12 15:59:38 -08001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Chris Manton99882f42023-12-12 15:59:38 -08003
4flag {
Archie Pusaka961e3682024-04-26 15:45:38 +08005 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}
Hsin-chen Chuang97cf2302024-06-03 18:55:28 +080013
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}
Chris Manton5c703312024-08-29 14:21:27 -070023
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}