+bluetooth-frwk (0.1.85) unstable; urgency=low
+
+ * Tagging and upload the package
+ * Git: slp/pkgs/b/bluetooth-frwk
+ * Tag: bluetooth-frwk_0.1.85
+
+ -- DoHyun Pyun <dh79.pyun@samsung.com> Sat, 01 Sep 2012 09:06:39 +0900
+
bluetooth-frwk (0.1.84) 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, TRUE);
usleep(SLEEP_TIME); /* Sleep 50ms */
block_time += SLEEP_TIME;
- if (block_time >= BLOCK_MAX_TIMEOUT)
+ if (block_time >= BLOCK_MAX_TIMEOUT) {
+ g_main_context_iteration(NULL, FALSE);
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, TRUE);
usleep(SLEEP_TIME); /* Sleep 50ms */
block_time += SLEEP_TIME;
- if (block_time >= BLOCK_MAX_TIMEOUT)
+ if (block_time >= BLOCK_MAX_TIMEOUT) {
+ g_main_context_iteration(NULL, FALSE);
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.84
+Version: 0.1.85
Release: 1
Group: TO_BE/FILLED_IN
License: TO BE FILLED IN