1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "synchronous_bta_sec" 6 namespace: "bluetooth" 7 description: "Make BTA_DmXXX security APIs synchronous" 8 bug: "311196228" 9} 10 11flag { 12 name: "connect_hid_after_service_discovery" 13 namespace: "bluetooth" 14 description: "Don't initiate HID connection before pairing and service discovery" 15 bug: "314707251" 16} 17 18flag { 19 name: "bta_dm_disc_stuck_in_cancelling_fix" 20 namespace: "bluetooth" 21 description: "Fix being stuck in BTA_DM_SEARCH_CANCELLING" 22 bug: "319890673" 23} 24 25flag { 26 name: "bta_dm_defer_device_discovery_state_change_until_rnr_complete" 27 namespace: "bluetooth" 28 description: "Fix double-sending device discovery state change when canceling RNR" 29 bug: "321170442" 30} 31 32flag { 33 name: "bt_system_context_report" 34 namespace: "bluetooth" 35 description: "Report Bluetooth system context through bta_ble_energy_info_cmpl" 36 bug: "323083457" 37} 38 39flag { 40 name: "continue_service_discovery_when_cancel_device_discovery" 41 namespace: "bluetooth" 42 description: "Continue service discovery when API cancel device discovery called" 43 bug: "329642681" 44} 45 46flag { 47 name: "separate_service_and_device_discovery" 48 namespace: "bluetooth" 49 description: "Separate service and device discovery state machines such that one does not block on another" 50 bug: "335732980" 51} 52 53flag { 54 name: "bta_dm_discover_both" 55 namespace: "bluetooth" 56 description: "perform both LE and Classic service discovery simulteanously on capable devices" 57 bug: "339217881" 58} 59