Remove the code to unset event (BT_EVENT_RFCOMM_CONNECTION_REQUESTED)
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 10 Sep 2012 04:01:59 +0000 (13:01 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 10 Sep 2012 04:01:59 +0000 (13:01 +0900)
[Comment] We should not remove the event callback

Change-Id: I9d27a7d87f5674e181d3494198e692853d1ad191

debian/changelog
packaging/capi-network-bluetooth.spec
src/bluetooth-socket.c

index ec84732..a36b115 100644 (file)
@@ -1,3 +1,11 @@
+capi-network-bluetooth (0.1.13-1) unstable; urgency=low
+
+  * Tagging and upload the package
+  * Git: slp/api/bluetooth
+  * Tag: capi-network-bluetooth_0.1.13-1
+
+ -- DoHyun Pyun <dh79.pyun@samsung.com>  Mon, 10 Sep 2012 12:56:50 +0900
+
 capi-network-bluetooth (0.1.12-1) unstable; urgency=low
 
   * Tagging and upload the package
index 30c618d..d0de1aa 100644 (file)
@@ -1,7 +1,7 @@
 #sbs-git:slp/api/bluetooth capi-network-bluetooth 0.1.0 686c444083e4197845c768e5dd034022b1dfa250
 Name:       capi-network-bluetooth
 Summary:    Network Bluetooth Framework
-Version: 0.1.12
+Version: 0.1.13
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
index 62296a2..e0563be 100644 (file)
@@ -108,8 +108,6 @@ int bt_socket_accept(int socket_fd, int *connected_socket_fd)
                LOGE("[%s] %s(0x%08x)", __FUNCTION__, _bt_convert_error_to_string(error_code), error_code);
        }
 
-       _bt_unset_cb(BT_EVENT_RFCOMM_CONNECTION_REQUESTED);
-
        return error_code;
 }