Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc71 #define BT_CONFIG_METRICS_ID_KEY "MetricsId" macro
208 if (btif_config_exist(addr_str, BT_CONFIG_METRICS_ID_KEY)) { in init_metric_id_allocator()
211 btif_config_get_int(addr_str, BT_CONFIG_METRICS_ID_KEY, &id); in init_metric_id_allocator()
225 return btif_config_set_int(address.ToString(), BT_CONFIG_METRICS_ID_KEY, in init_metric_id_allocator()
230 return btif_config_remove(address.ToString(), BT_CONFIG_METRICS_ID_KEY); in init_metric_id_allocator()