Chris Manton | 275a470 | 2024-01-10 11:10:42 -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 | 275a470 | 2024-01-10 11:10:42 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "api_get_connection_state_using_identity_address" |
| 6 | namespace: "bluetooth" |
| 7 | description: "Use identity address to check current connection state" |
| 8 | bug: "319471537" |
| 9 | } |
Chris Manton | 4188d8b | 2024-01-22 15:53:34 -0800 | [diff] [blame] | 10 | |
| 11 | flag { |
| 12 | name: "use_le_shim_connection_map_guard" |
| 13 | namespace: "bluetooth" |
| 14 | description: "Guard the le shim connection map with a mutex" |
| 15 | bug: "302054609" |
| 16 | } |
Ćukasz Rymanowski | 105a3fd | 2024-07-31 09:23:41 +0000 | [diff] [blame] | 17 | |
| 18 | flag { |
| 19 | name: "improve_create_connection_for_already_connecting_device" |
| 20 | namespace: "bluetooth" |
| 21 | description: "Make sure to not stop controller with create connection cancel when not needed" |
| 22 | bug: "356593752" |
| 23 | metadata { |
| 24 | purpose: PURPOSE_BUGFIX |
| 25 | } |
| 26 | } |
| 27 | |
Chris Manton | 455bca6 | 2024-07-24 08:33:06 -0700 | [diff] [blame] | 28 | flag { |
| 29 | name: "progress_acl_scheduler_upon_incoming_connection" |
| 30 | namespace: "bluetooth" |
| 31 | description: "Allow outgoing connections to other devices and rnr to same device" |
| 32 | bug: "355256744" |
| 33 | metadata { |
| 34 | purpose: PURPOSE_BUGFIX |
| 35 | } |
| 36 | } |