| express_metric { |
| id: "bluetooth.value_close_profile_proxy_adapter_mismatch" |
| type: COUNTER_WITH_UID |
| display_name: "Calls of closeProfileProxy on a proxy from a different BluetoothAdapter" |
| description: |
| "Counting how many calls to BluetoothAdapter.closeProfileProxy where made with" |
| "a BluetoothProfile opened with getProfileProxy on a different BluetoothAdapter" |
| "instance." |
| owner_email: "licorne@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_cvsd_codec_usage_over_hfp" |
| type: COUNTER |
| display_name: "HFP codec usage -- CVSD" |
| description: "Counter on how many times CVSD codec is used for HFP." |
| owner_email: "wescande@google.com" |
| owner_email: "rotkiewicz@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_msbc_codec_usage_over_hfp" |
| type: COUNTER |
| display_name: "HFP codec usage -- mSbc" |
| description: "Counter on how many times mSbc codec is used for HFP." |
| owner_email: "wescande@google.com" |
| owner_email: "rotkiewicz@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_aptx_codec_usage_over_hfp" |
| type: COUNTER |
| display_name: "HFP codec usage -- AptX" |
| description: "Counter on how many times AptX codec is used for HFP." |
| owner_email: "wescande@google.com" |
| owner_email: "rotkiewicz@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_lc3_codec_usage_over_hfp" |
| type: COUNTER |
| display_name: "HFP codec usage -- LC3" |
| description: "Counter on how many times LC3 codec is used for HFP." |
| owner_email: "wescande@google.com" |
| owner_email: "rotkiewicz@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_auto_on_supported" |
| type: COUNTER |
| display_name: "Auto on -- support" |
| description: "How many times the Bluetooth start with AutoOnFeature supported" |
| owner_email: "wescande@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_auto_on_triggered" |
| type: COUNTER |
| display_name: "Auto on -- trigger" |
| description: "How many times the Bluetooth restart because of AutoOnFeature" |
| owner_email: "wescande@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_auto_on_disabled" |
| type: COUNTER |
| display_name: "Auto on -- disabled" |
| description: "How many times the user manually disable the AutoOnFeature" |
| owner_email: "wescande@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_auto_on_enabled" |
| type: COUNTER |
| display_name: "Auto on -- enabled" |
| description: "How many times the user manually enable the AutoOnFeature" |
| owner_email: "wescande@google.com" |
| unit: UNIT_COUNT |
| } |
| |
| express_metric { |
| id: "bluetooth.value_auto_on_hidden_usage" |
| type: COUNTER |
| display_name: "Auto on -- usage of pre-V hidden API" |
| description: "How many times the AutoOnFeature is used on device prior to V" |
| owner_email: "wescande@google.com" |
| unit: UNIT_COUNT |
| } |