1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 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} 10 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} 17 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 28flag { 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} 37