1package: "com.android.bluetooth.flags" 2container: "com.android.bt" 3 4flag { 5 name: "support_metadata_device_types_apis" 6 is_exported: true 7 namespace: "bluetooth" 8 description: "Support more device types in bt device metadata" 9 bug: "289584302" 10} 11 12flag { 13 name: "support_bluetooth_quality_report_v6" 14 is_exported: true 15 namespace: "bluetooth" 16 description: "Enhanced Bluetooth Framework Support for Accessing Bluetooth Quality Report v6 Information" 17 bug: "364517559" 18} 19 20flag { 21 name: "support_remote_device_metadata" 22 is_exported: true 23 namespace: "bluetooth" 24 description: "Support setting/retrieving the remote device metadata for a BluetoothDevice" 25 bug: "374171574" 26} 27 28flag { 29 name: "fix_add_device_properties" 30 namespace: "bluetooth" 31 description: "Make sure single entry for mDevices. Race fix." 32 bug: "375158716" 33 metadata { 34 purpose: PURPOSE_BUGFIX 35 } 36} 37 38flag { 39 name: "identity_address_type_api" 40 is_exported: true 41 namespace: "bluetooth" 42 description: "Add a new API to BluetoothDevice to retrieve Identity Address Type" 43 bug: "377171798" 44} 45 46flag { 47 name: "encryption_change_broadcast" 48 is_exported: true 49 namespace: "bluetooth" 50 description: "Broadcast when remote device encryption changes" 51 bug: "369753860" 52} 53 54flag { 55 name: "key_missing_public" 56 is_exported: true 57 namespace: "bluetooth" 58 description: "Make BluetoothDevice.ACTION_KEY_MISSING into public API" 59 bug: "379729762" 60} 61 62flag { 63 name: "set_component_available_fix" 64 namespace: "bluetooth" 65 description: "Ensure the state in PackageManager has DISABLED to ENABLED to trigger PACKAGE_CHANGED" 66 bug: "391084450" 67 metadata { 68 purpose: PURPOSE_BUGFIX 69 } 70} 71 72flag { 73 name: "fix_started_module_race" 74 is_exported: true 75 namespace: "bluetooth" 76 description: "Fix race in modifying and accessing started modules" 77 bug: "394488590" 78 metadata { 79 purpose: PURPOSE_BUGFIX 80 } 81} 82 83flag { 84 name: "fix_unhandled_bqr_subevent" 85 namespace: "bluetooth" 86 description: "Fix Unhandled BQR subevent on bqr report" 87 bug: "397854116" 88 metadata { 89 purpose: PURPOSE_BUGFIX 90 } 91} 92 93flag { 94 name: "same_handler_for_all_modules" 95 namespace: "bluetooth" 96 description: "Update all modules to use the same handler" 97 bug: "398195386" 98 metadata { 99 purpose: PURPOSE_BUGFIX 100 } 101} 102