Home
last modified time | relevance | path

Searched refs:BT_CONFIG_METRICS_ID_KEY (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/btif/src/
H A Dbtif_config.cc69 #define BT_CONFIG_METRICS_ID_KEY "MetricsId" macro
206 if (btif_config_exist(addr_str, BT_CONFIG_METRICS_ID_KEY)) { in init_metric_id_allocator()
209 btif_config_get_int(addr_str, BT_CONFIG_METRICS_ID_KEY, &id); in init_metric_id_allocator()
223 return btif_config_set_int(address.ToString(), BT_CONFIG_METRICS_ID_KEY, in init_metric_id_allocator()
228 return btif_config_remove(address.ToString(), BT_CONFIG_METRICS_ID_KEY); in init_metric_id_allocator()