+bluetooth-frwk (0.1.86) unstable; urgency=low
+
+ * Tagging and upload the package
+ * Git: slp/pkgs/b/bluetooth-frwk
+ * Tag: bluetooth-frwk_0.1.86
+
+ -- DoHyun Pyun <dh79.pyun@samsung.com> Sat, 01 Sep 2012 13:32:17 +0900
+
bluetooth-frwk (0.1.85) unstable; urgency=low
* Tagging and upload the package
obex_connected = FALSE;
auto_authorize = TRUE;
- g_main_context_iteration(NULL, TRUE);
-
/* Block until recieve the event (Requirement from BADA) */
while (obex_connected == FALSE) {
+ g_main_context_iteration(NULL, FALSE);
usleep(SLEEP_TIME); /* Sleep 50ms */
block_time += SLEEP_TIME;
- if (block_time >= BLOCK_MAX_TIMEOUT) {
- g_main_context_iteration(NULL, FALSE);
+ if (block_time >= BLOCK_MAX_TIMEOUT)
return BLUETOOTH_ERROR_TIMEOUT;
- }
}
- g_main_context_iteration(NULL, FALSE);
-
obex_connected = FALSE;
auto_authorize = FALSE;
goto done;
}
- g_main_context_iteration(NULL, TRUE);
-
/* Block until recieve the event (Requirement from BADA) */
while (rfcomm_connected == FALSE) {
+ g_main_context_iteration(NULL, FALSE);
usleep(SLEEP_TIME); /* Sleep 50ms */
block_time += SLEEP_TIME;
- if (block_time >= BLOCK_MAX_TIMEOUT) {
- g_main_context_iteration(NULL, FALSE);
+ if (block_time >= BLOCK_MAX_TIMEOUT)
return BLUETOOTH_ERROR_TIMEOUT;
- }
}
- g_main_context_iteration(NULL, FALSE);
-
*client_fd = connected_fd;
rfcomm_connected = FALSE;
Name: bluetooth-frwk
Summary: Bluetooth framework for BlueZ and Obexd. This package is Bluetooth framework based on BlueZ and Obexd stack.
-Version: 0.1.85
+Version: 0.1.86
Release: 1
Group: TO_BE/FILLED_IN
License: TO BE FILLED IN