summaryrefslogtreecommitdiff
path: root/src/bluetooth-socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth-socket.c')
-rw-r--r--src/bluetooth-socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bluetooth-socket.c b/src/bluetooth-socket.c
index 62296a2..e0563be 100644
--- a/src/bluetooth-socket.c
+++ b/src/bluetooth-socket.c
@@ -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;
}