blob: 80efed1aa2eff99a86ca84c5c31bc6f17bdcb457 [file] [log] [blame]
Chris Manton275a4702024-01-10 11:10:42 -08001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Chris Manton275a4702024-01-10 11:10:42 -08003
4flag {
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 Manton4188d8b2024-01-22 15:53:34 -080010
11flag {
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 Rymanowski105a3fd2024-07-31 09:23:41 +000017
18flag {
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 Manton455bca62024-07-24 08:33:06 -070028flag {
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}