Chris Manton | f819cab | 2023-12-04 12:33:48 -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 | f819cab | 2023-12-04 12:33:48 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "l2cap_tx_complete_cb_info" |
| 6 | namespace: "bluetooth" |
| 7 | description: "Provide l2cap transmit complete information b/301168932" |
| 8 | bug: "314819704" |
| 9 | } |
dcxu | 08d0cf9 | 2024-02-23 19:20:58 +0800 | [diff] [blame] | 10 | |
| 11 | flag { |
| 12 | name: "l2cap_p_ccb_check_rewrite" |
| 13 | namespace: "bluetooth" |
| 14 | description: "Rewrite logic of p_ccb check in l2c_link_sec_comp" |
| 15 | bug: "326686472" |
| 16 | } |
Jakub Pawlowski | fc1fe8a | 2024-06-13 14:00:04 +0200 | [diff] [blame] | 17 | |
| 18 | flag { |
| 19 | name: "l2cap_le_do_not_adjust_min_interval" |
| 20 | namespace: "bluetooth" |
| 21 | description: "Do not adjust min_interval in connection update request" |
| 22 | bug: "346960036" |
| 23 | metadata { |
| 24 | purpose: PURPOSE_BUGFIX |
| 25 | } |
| 26 | } |
Jakub Pawlowski | 2cf0a29 | 2024-06-19 20:55:48 +0200 | [diff] [blame] | 27 | |
| 28 | flag { |
| 29 | name: "l2cap_update_existing_conn_interval_with_base_interval" |
| 30 | namespace: "bluetooth" |
| 31 | description: "Update existing connection intervals when base ecosystem interval is set" |
| 32 | bug: "348209161" |
| 33 | metadata { |
| 34 | purpose: PURPOSE_BUGFIX |
| 35 | } |
| 36 | } |
Ćukasz Rymanowski | f9b122e | 2024-10-10 07:51:05 +0000 | [diff] [blame] | 37 | |
| 38 | flag { |
| 39 | name: "l2cap_fcs_option_fix" |
| 40 | namespace: "bluetooth" |
| 41 | description: "Use fcs_option for non BASIC mode " |
| 42 | bug: "372605959" |
| 43 | metadata { |
| 44 | purpose: PURPOSE_BUGFIX |
| 45 | } |
| 46 | } |