1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "clear_collision_state_on_pairing_complete" 6 namespace: "bluetooth" 7 description: "Clear authentication collision state on pairing conclusion" 8 bug: "327208896" 9} 10 11flag { 12 name: "cleanup_le_only_device_type" 13 namespace: "bluetooth" 14 description: "Cleanup the duplicate bond records only if the device type is LE-only" 15 bug: "333949759" 16} 17 18flag { 19 name: "pairing_on_unknown_transport" 20 namespace: "bluetooth" 21 description: "Allow pairing on transport not known to be supported by the remote device" 22 bug: "335239971" 23 metadata { 24 purpose: PURPOSE_BUGFIX 25 } 26} 27 28flag { 29 name: "cancel_pairing_only_on_disconnected_transport" 30 namespace: "bluetooth" 31 description: "Cancel pairing due to unexpected disconnection only if the transport matches" 32 bug: "338152239" 33 metadata { 34 purpose: PURPOSE_BUGFIX 35 } 36} 37 38flag { 39 name: "temporary_pairing_device_properties" 40 namespace: "bluetooth" 41 description: "Do not remove the device properties immediately after insecure pairing" 42 bug: "342202557" 43 metadata { 44 purpose: PURPOSE_BUGFIX 45 } 46} 47 48flag { 49 name: "use_local_oob_extended_command" 50 namespace: "bluetooth" 51 description: "Use HCI Read Local OOB Extended Data command to generate local OOB when Secure Connections is supported by the controller" 52 bug: "342250775" 53 metadata { 54 purpose: PURPOSE_BUGFIX 55 } 56} 57