Searched refs:addr_str (Results 1 – 2 of 2) sorted by relevance
112 auto addr_str = mac_address.ToString(); in init_metric_id_allocator() local115 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()
1044 auto addr_str = addr.ToString(); in prepareBluetoothDeviceObject() local1045 std::transform(addr_str.begin(), addr_str.end(), addr_str.begin(), in prepareBluetoothDeviceObject()1048 ScopedLocalRef<jstring> addr_jstr(env, env->NewStringUTF(addr_str.c_str())); in prepareBluetoothDeviceObject()