Name: capi-network-wifi-aware
Summary: An Wi-Fi Aware libraries in Native API
-Version: 0.1.2
+Version: 0.1.3
Release: 1
Group: Network & Connectivity/API
License: Apache-2.0
if (data_path != NULL) {
wifi_aware_data_path_unset_terminated_cb(data_path);
wifi_aware_data_path_destroy(data_path);
+ __test_finish(0);
}
- __test_finish(1);
}
static void __open_cb(wifi_aware_data_path_h data_path, wifi_aware_error_e error, void *user_data)
if (data_path != NULL) {
wifi_aware_data_path_unset_terminated_cb(data_path);
wifi_aware_data_path_destroy(data_path);
+ __test_finish(0);
}
- __test_finish(1);
}
static void __open_cb(wifi_aware_data_path_h data_path, wifi_aware_error_e error, void *user_data)