Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc115 if (btif_config_exist(addr_str, BTIF_STORAGE_KEY_METRICS_ID_KEY)) { in init_metric_id_allocator()
118 btif_config_get_int(addr_str, BTIF_STORAGE_KEY_METRICS_ID_KEY, &id); in init_metric_id_allocator()
133 BTIF_STORAGE_KEY_METRICS_ID_KEY, id); in init_metric_id_allocator()
138 BTIF_STORAGE_KEY_METRICS_ID_KEY); in init_metric_id_allocator()
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_keys.h106 #define BTIF_STORAGE_KEY_METRICS_ID_KEY "MetricsId" macro