| Chris Manton | f819cab | 2023-12-04 12:33:48 -0800 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
| William Escande | cce9c8a | 2024-12-18 19:05:16 -0800 | [diff] [blame] | 2 | container: "com.android.bt" |
| 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 { |
| Ćukasz Rymanowski | f9b122e | 2024-10-10 07:51:05 +0000 | [diff] [blame] | 12 | name: "l2cap_fcs_option_fix" |
| 13 | namespace: "bluetooth" |
| 14 | description: "Use fcs_option for non BASIC mode " |
| 15 | bug: "372605959" |
| 16 | metadata { |
| 17 | purpose: PURPOSE_BUGFIX |
| 18 | } |
| 19 | } |
| Jayden Kim | d9475c9 | 2025-04-04 19:43:38 +0000 | [diff] [blame] | 20 | |
| 21 | flag { |
| 22 | name: "delay_offload_le_coc_connection_ind" |
| 23 | namespace: "bluetooth" |
| 24 | description: "Delay LE CoC connection indication callback if controller Tx window is full" |
| 25 | bug: "408478753" |
| 26 | metadata { |
| 27 | purpose: PURPOSE_BUGFIX |
| 28 | } |
| 29 | } |