Chris Manton | 99882f4 | 2023-12-12 15:59:38 -0800 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
Chris Manton | 99882f4 | 2023-12-12 15:59:38 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
Archie Pusaka | 961e368 | 2024-04-26 15:45:38 +0800 | [diff] [blame] | 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 | } |
Hsin-chen Chuang | 97cf230 | 2024-06-03 18:55:28 +0800 | [diff] [blame] | 13 | |
| 14 | flag { |
| 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 Manton | 5c70331 | 2024-08-29 14:21:27 -0700 | [diff] [blame] | 23 | |
| 24 | flag { |
| 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 | } |