1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "mfi_has_uuid" 6 is_exported: true 7 namespace: "bluetooth" 8 description: "Use MFi HAS uuid to judge if a device is hearing aid" 9 bug: "310543599" 10} 11 12flag { 13 name: "support_metadata_device_types_apis" 14 is_exported: true 15 namespace: "bluetooth" 16 description: "Support more device types in bt device metadata" 17 bug: "289584302" 18} 19 20flag { 21 name: "support_exclusive_manager" 22 is_exported: true 23 namespace: "bluetooth" 24 description: "Support setting/retrieving the exclusive manager app for a BluetoothDevice" 25 bug: "319716512" 26} 27 28flag { 29 name: "key_missing_broadcast" 30 is_exported: true 31 namespace: "bluetooth" 32 description: "Broadcast when remote device it lost bond" 33 bug: "311447399" 34} 35 36flag { 37 name: "keep_stopped_media_browser_service" 38 namespace: "bluetooth" 39 description: "Do not start stopped media browser services" 40 bug: "314855224" 41} 42 43flag { 44 name: "identity_address_null_if_unknown" 45 namespace: "bluetooth" 46 description: "Return null for identity address if identity address is not known" 47 bug: "317120534" 48} 49 50flag { 51 name: "get_address_type_api" 52 is_exported: true 53 namespace: "bluetooth" 54 description: "Change visibility of BluetoothDevice#getAddressType API to public" 55 bug: "321120941" 56} 57 58flag { 59 name: "remove_address_map_on_unbond" 60 namespace: "bluetooth" 61 description: "Removes the address map when the bond is removed" 62 bug: "335465028" 63 metadata { 64 purpose: PURPOSE_BUGFIX 65 } 66} 67