1package: "com.android.uwb.flags" 2container: "com.android.uwb" 3 4flag { 5 name: "query_timestamp_micros" 6 is_exported: true 7 namespace: "uwb" 8 description: "This flag controls whether querying timestamp is allowed" 9 bug: "293919345" 10} 11 12flag { 13 name: "hybrid_session_support" 14 is_exported: true 15 namespace: "uwb" 16 description: "This flag controls hybrid session configuration support" 17 bug: "293919345" 18} 19 20flag { 21 name: "use_uwbs_uci_version" 22 namespace: "uwb" 23 description: "Replace usage of ProtocolVersion from Fira/Ccc params with UWBS UCI version" 24 bug: "303104817" 25} 26 27flag { 28 name: "reason_inband_session_stop" 29 is_exported: true 30 namespace: "uwb" 31 description: "Allow applications to receive callback when session was stopped due to inband signal" 32 bug: "304476327" 33} 34 35flag { 36 name: "parse_cap_tlv_rust_uses_uwbs_uci_version" 37 namespace: "uwb" 38 description: "Parse the UWBS Capability tag(s) based on it's Fira UCI version" 39 bug: "301834443" 40} 41 42flag { 43 name: "use_network_country_iso" 44 namespace: "uwb" 45 description: "Configure country code from getNetworkCountryIso() when telephony list is empty or null" 46 bug: "299961333" 47} 48 49flag { 50 name: "cr423_cleanup_interval_scheduling" 51 namespace: "uwb" 52 description: "Implement CR-423: Remove Interval-based scheduling for Fira 2.0+ devices" 53 bug: "285984664" 54} 55 56flag { 57 name: "hw_state" 58 is_exported: true 59 namespace: "uwb" 60 description: "This flag enables the new hardware state APIs" 61 bug: "322372275" 62} 63 64flag { 65 name: "data_transfer_phase_config" 66 is_exported: true 67 namespace: "uwb" 68 description: "Implement CR-1022, CR-1047: Used to update data transfer phase config" 69 bug: "319596317" 70} 71